Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where are Jgit javadocs?

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.

like image 455
Lukasz Avatar asked Mar 14 '11 12:03

Lukasz


5 Answers

The JGit Javadocs are now available at http://download.eclipse.org/jgit/docs/latest/apidocs/

like image 70
Kevin Sawicki Avatar answered Nov 06 '22 00:11

Kevin Sawicki


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.

like image 22
Josh Lee Avatar answered Nov 05 '22 22:11

Josh Lee


They are at the following URL: http://download.eclipse.org/jgit/docs/latest/apidocs/

like image 4
Philip Z Avatar answered Nov 06 '22 00:11

Philip Z


The downloads have been moved on 2015. Latest Java doc documentation is linked to at https://www.eclipse.org/jgit/documentation/

like image 2
Jaakkonen Avatar answered Nov 06 '22 00:11

Jaakkonen


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

like image 1
Matthias Sohn Avatar answered Nov 06 '22 00:11

Matthias Sohn