is not current version
Last Version 3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE

com.madgag:org.eclipse.jgit 0.10.99.0

Repository access and algorithms

Categories

Categories

Git Development Tools Version Controls CLI User Interface JGit General Purpose Libraries Utility
GroupId

GroupId

com.madgag
ArtifactId

ArtifactId

org.eclipse.jgit
Version

Version

0.10.99.0
Type

Type

jar

Download org.eclipse.jgit 0.10.99.0


<!-- https://jarcasting.com/artifacts/com.madgag/org.eclipse.jgit/ -->
<dependency>
    <groupId>com.madgag</groupId>
    <artifactId>org.eclipse.jgit</artifactId>
    <version>0.10.99.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.madgag/org.eclipse.jgit/
implementation 'com.madgag:org.eclipse.jgit:0.10.99.0'
// https://jarcasting.com/artifacts/com.madgag/org.eclipse.jgit/
implementation ("com.madgag:org.eclipse.jgit:0.10.99.0")
'com.madgag:org.eclipse.jgit:jar:0.10.99.0'
<dependency org="com.madgag" name="org.eclipse.jgit" rev="0.10.99.0">
  <artifact name="org.eclipse.jgit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.madgag', module='org.eclipse.jgit', version='0.10.99.0')
)
libraryDependencies += "com.madgag" % "org.eclipse.jgit" % "0.10.99.0"
[com.madgag/org.eclipse.jgit "0.10.99.0"]