I can't find javadocs for jgit. I tried to build jgit with maven, but the build fails so I ask for your help. Where I can find javadocs for jgit.

link|improve this question

67% accept rate
The javadoc may not help much with a failed build, though. Does maven give you an error? – MatrixFrog Mar 15 '11 at 2:28
feedback

3 Answers

up vote 4 down vote accepted

The JGit Javadocs are now available at http://jgit.info/javadoc/

link|improve this answer
feedback

My Google Fu finds JGit - Core 0.10.99.0 API, or you can simply clone it and browse the docs directly in the source.

link|improve this answer
feedback

Did you try to look at JGit's download page ? http://www.eclipse.org/jgit/download/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.