Jar examples for o:org.eclipse.jgit
Support for archiving a Git tree in formats such as zip and tar. This is a separate bundle from org.eclipse.jgit to avoid a dependency by the latter on commons-compress.
You can download jar file org.eclipse.jgit.archive 4.11.0.201803080745-r in this page.
Eclipse Distribution License
You can use the following script to add org.eclipse.jgit.archive-4.11.0.201803080745-r.jar to your project.
<dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit.archive</artifactId> <version>4.11.0.201803080745-r</version> </dependency>
compile group: 'org.eclipse.jgit', name: 'org.eclipse.jgit.archive', version: '4.11.0.201803080745-r'
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit.archive" % "4.11.0.201803080745-r"
<dependency org="org.eclipse.jgit" name="org.eclipse.jgit.archive" rev="4.11.0.201803080745-r"/>
@Grapes(@Grab(group='org.eclipse.jgit', module='org.eclipse.jgit.archive', version='4.11.0.201803080745-r'))
'org.eclipse.jgit:org.eclipse.jgit.archive:jar:4.11.0.201803080745-r'
Click the following link to download the jar file.
org.eclipse.jgit.archive-4.11.0.201803080745-r-javadoc.jar