is not current version
Last Version 1.0.0.20210904

com.github.git24j:git24j 1.0.0.20210901

A java bindings of the libgit2 project.

GroupId

GroupId

com.github.git24j
ArtifactId

ArtifactId

git24j
Version

Version

1.0.0.20210901
Type

Type

jar

Download git24j 1.0.0.20210901


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