License |
License
3-clause (new-style) BSD license.
|
---|---|
Categories |
CategoriesGit Development Tools Version Controls JGit General Purpose Libraries Utility |
GroupId | GroupIdorg.spearce |
ArtifactId | ArtifactIdjgit |
Last Version | Last Version0.4-47e4af3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjgit
Pure Java implementation of Git
|
Project URL |
Project URL |
Filename | Size |
---|---|
jgit-0.4-47e4af3.pom | |
jgit-0.4-47e4af3.jar | 655 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.spearce/jgit/ -->
<dependency>
<groupId>org.spearce</groupId>
<artifactId>jgit</artifactId>
<version>0.4-47e4af3</version>
</dependency>
// https://jarcasting.com/artifacts/org.spearce/jgit/
implementation 'org.spearce:jgit:0.4-47e4af3'
// https://jarcasting.com/artifacts/org.spearce/jgit/
implementation ("org.spearce:jgit:0.4-47e4af3")
'org.spearce:jgit:jar:0.4-47e4af3'
<dependency org="org.spearce" name="jgit" rev="0.4-47e4af3">
<artifact name="jgit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spearce', module='jgit', version='0.4-47e4af3')
)
libraryDependencies += "org.spearce" % "jgit" % "0.4-47e4af3"
[org.spearce/jgit "0.4-47e4af3"]
Group / Artifact | Type | Version |
---|---|---|
com.jcraft : jsch | jar | 0.1.38 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |