GroupId | GroupIdcom.github.git24j |
---|---|
ArtifactId | ArtifactIdgit24j |
Version | Version1.0.0.20210903 |
Type | Typejar |
Filename | Size |
---|---|
git24j-1.0.0.20210903.pom | |
git24j-1.0.0.20210903.jar | 307 KB |
git24j-1.0.0.20210903-sources.jar | 174 KB |
git24j-1.0.0.20210903-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.git24j/git24j/ -->
<dependency>
<groupId>com.github.git24j</groupId>
<artifactId>git24j</artifactId>
<version>1.0.0.20210903</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.git24j/git24j/
implementation 'com.github.git24j:git24j:1.0.0.20210903'
// https://jarcasting.com/artifacts/com.github.git24j/git24j/
implementation ("com.github.git24j:git24j:1.0.0.20210903")
'com.github.git24j:git24j:jar:1.0.0.20210903'
<dependency org="com.github.git24j" name="git24j" rev="1.0.0.20210903">
<artifact name="git24j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.git24j', module='git24j', version='1.0.0.20210903')
)
libraryDependencies += "com.github.git24j" % "git24j" % "1.0.0.20210903"
[com.github.git24j/git24j "1.0.0.20210903"]