We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c591c5 commit da2dd31Copy full SHA for da2dd31
pom.xml
@@ -44,16 +44,23 @@
44
<maven.compiler.target>1.8</maven.compiler.target>
45
</properties>
46
47
+ <repositories>
48
+ <repository>
49
+ <id>jitpack.io</id>
50
+ <url>https://jitpack.io</url>
51
+ </repository>
52
+ </repositories>
53
+
54
<dependencies>
55
<dependency>
- <groupId>com.sapher</groupId>
- <artifactId>youtubedl</artifactId>
56
+ <groupId>com.github.sapher</groupId>
57
+ <artifactId>youtubedl-java</artifactId>
58
<version>1.1</version>
59
</dependency>
60
61
<groupId>org.projectlombok</groupId>
62
<artifactId>lombok</artifactId>
- <version>1.18.0</version>
63
+ <version>1.18.24</version>
64
65
</dependencies>
66
src/main/resources/youtube-dl.exe
186 KB
0 commit comments