java - Maven dependency with old version -


I need to compile a project with this dependency:

  & lt; Dependency & gt; & Lt; Group & gt; Com.wadpam & lt; / Group & gt; & Lt; ArtifactId & gt; Docrest-doclet & lt; / ArtifactId> & Lt; Version & gt; 1.21 & lt; / Edition & gt; & Lt; Scope & gt; Provided & lt; / Scope & gt; & Lt; / Dependencies & gt;   

(and so much more like this)

There is no version 1.21 in the public Mewen repository, the oldest one is 1.22. Where can you get that jar?

You can try and create a source from this Gitob repo: / P>

From the command line you can:

  git clone https://github.com/sosandstrom/docrest.git cd docrest git checkout docost -1 1.21    

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -