io.tswf.video.youtube-ytdlp-models-gson (1.0.0-SNAPSHOT)

Published 2023-12-12 19:06:39 +01:00 by amorozov

Installation

<repositories>
	<repository>
		<id>gitea</id>
			<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>io.tswf.video.youtube</groupId>
	<artifactId>ytdlp-models-gson</artifactId>
	<version>1.0.0-SNAPSHOT</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=io.tswf.video.youtube:ytdlp-models-gson:1.0.0-SNAPSHOT

Dependencies

com.google.code.gson:gson
2.9.0