| License | License
                                                        Eclipse Distribution License (New BSD License)                                                 | 
|---|---|
| Categories | CategoriesGit Development Tools Version Controls CLI User Interface JGit General Purpose Libraries Utility | 
| GroupId | GroupIdorg.openl.jgit | 
| ArtifactId | ArtifactIdorg.eclipse.jgit.archive | 
| Version | Version6.1.0.202205052100-r | 
| Type | Typejar | 
| Description | DescriptionJGit - Archive Formats 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. | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit.archive/ -->
<dependency>
    <groupId>org.openl.jgit</groupId>
    <artifactId>org.eclipse.jgit.archive</artifactId>
    <version>6.1.0.202205052100-r</version>
</dependency>// https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit.archive/
implementation 'org.openl.jgit:org.eclipse.jgit.archive:6.1.0.202205052100-r'// https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit.archive/
implementation ("org.openl.jgit:org.eclipse.jgit.archive:6.1.0.202205052100-r")'org.openl.jgit:org.eclipse.jgit.archive:jar:6.1.0.202205052100-r'<dependency org="org.openl.jgit" name="org.eclipse.jgit.archive" rev="6.1.0.202205052100-r">
  <artifact name="org.eclipse.jgit.archive" type="jar" />
</dependency>@Grapes(
@Grab(group='org.openl.jgit', module='org.eclipse.jgit.archive', version='6.1.0.202205052100-r')
)libraryDependencies += "org.openl.jgit" % "org.eclipse.jgit.archive" % "6.1.0.202205052100-r"[org.openl.jgit/org.eclipse.jgit.archive "6.1.0.202205052100-r"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.commons : commons-compress | jar | 1.21 | 
| org.openl.jgit : org.eclipse.jgit | jar | 6.1.0.202205052100-r | 
| org.osgi : org.osgi.core | jar | 6.0.0 |