我需要使用此依赖项编译项目:
<dependency>
<groupId>com.wadpam</groupId>
<artifactId>docrest-doclet</artifactId>
<version>1.21</version>
<scope>provided</scope>
</dependency>
(更像这样)
在公共maven存储库中,没有版本1.21,最旧版本是1.22。我在哪里可以找到那个罐子?
答案 0 :(得分:2)
我认为最好的方法是创建jar-with-dependencies。它也被描述为here
答案 1 :(得分:1)
你可以尝试从这个github repo的源代码构建它:
https://github.com/sosandstrom/docrest
从命令行,您可以执行以下操作:
git clone https://github.com/sosandstrom/docrest.git
cd docrest
git checkout docrest-1.21