我正在尝试使用此库https://github.com/axet/vget
我似乎无法弄清楚如何从中获取.jar文件,以便我可以使用它。
答案 0 :(得分:3)
好吧,如果使用Maven,可以将以下依赖项放在pom.xml中。
<dependency>
<groupId>com.github.axet</groupId>
<artifactId>vget</artifactId>
<version>1.1.5</version>
</dependency>
否则,您可以从https://github.com/axet/vget/releases下载档案并自行构建。
如果您需要最新(未发布)版本,则必须在计算机上克隆存储库并自行构建。