License |
License |
---|---|
GroupId | GroupIdorg.ajoberstar |
ArtifactId | ArtifactIdgrgit |
Version | Version1.8.0-rc.1 |
Type | Typejar |
Description |
Descriptiongrgit
The Groovy way to use Git.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
grgit-1.8.0-rc.1.pom | |
grgit-1.8.0-rc.1.jar | 249 KB |
grgit-1.8.0-rc.1-sources.jar | 69 KB |
grgit-1.8.0-rc.1-javadoc.jar | 261 bytes |
grgit-1.8.0-rc.1-groovydoc.jar | 237 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ajoberstar/grgit/ -->
<dependency>
<groupId>org.ajoberstar</groupId>
<artifactId>grgit</artifactId>
<version>1.8.0-rc.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ajoberstar/grgit/
implementation 'org.ajoberstar:grgit:1.8.0-rc.1'
// https://jarcasting.com/artifacts/org.ajoberstar/grgit/
implementation ("org.ajoberstar:grgit:1.8.0-rc.1")
'org.ajoberstar:grgit:jar:1.8.0-rc.1'
<dependency org="org.ajoberstar" name="grgit" rev="1.8.0-rc.1">
<artifact name="grgit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ajoberstar', module='grgit', version='1.8.0-rc.1')
)
libraryDependencies += "org.ajoberstar" % "grgit" % "1.8.0-rc.1"
[org.ajoberstar/grgit "1.8.0-rc.1"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jgit : org.eclipse.jgit | jar | 4.5.0.201609210915-r |
org.eclipse.jgit : org.eclipse.jgit.ui | jar | 4.5.0.201609210915-r |
com.jcraft : jsch.agentproxy.jsch | jar | 0.0.9 |
com.jcraft : jsch.agentproxy.pageant | jar | 0.0.9 |
com.jcraft : jsch.agentproxy.sshagent | jar | 0.0.9 |
com.jcraft : jsch.agentproxy.usocket-jna | jar | 0.0.9 |
com.jcraft : jsch.agentproxy.usocket-nc | jar | 0.0.9 |
com.jcraft : jsch | jar | 0.1.54 |
org.slf4j : slf4j-api | jar | 1.7.21 |