o

org.eclipse.jgit.archive

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.
Files download
File Operation
org.eclipse.jgit.archive-6.8.0.202311291450-openl.jar download
org.eclipse.jgit.archive-6.8.0.202311291450-openl.pom download
org.eclipse.jgit.archive-6.8.0.202311291450-openl-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openl.jgit</groupId>
  <artifactId>org.eclipse.jgit.archive</artifactId>
  <version>6.8.0.202311291450-openl</version>
</dependency>
Gradle Groovy
implementation 'org.openl.jgit:org.eclipse.jgit.archive:6.8.0.202311291450-openl'
Gradle Kotlin
implementation("org.openl.jgit:org.eclipse.jgit.archive:6.8.0.202311291450-openl")
Scala SBT
libraryDependencies += "org.openl.jgit" % "org.eclipse.jgit.archive" % "6.8.0.202311291450-openl"
Groovy Grape
@Grapes(
  @Grab(group='org.openl.jgit', module='org.eclipse.jgit.archive', version='6.8.0.202311291450-openl')
)
Apache Ivy
<dependency org="org.openl.jgit" name="org.eclipse.jgit.archive" rev="6.8.0.202311291450-openl" />
Leiningen
[org.openl.jgit/org.eclipse.jgit.archive "6.8.0.202311291450-openl"]
Apache Buildr
'org.openl.jgit:org.eclipse.jgit.archive:jar:6.8.0.202311291450-openl'