I need to compile a project with this dependency:
<dependency>
<groupId>com.wadpam</groupId>
<artifactId>docrest-doclet</artifactId>
<version>1.21</version>
<scope>provided</scope>
</dependency>
(and a lot more like this)
In public maven repositories there's no version 1.21 the oldest one is 1.22. Where can I find that jar?