License |
License
Eclipse Distribution License (New BSD License)
|
---|---|
Categories |
CategoriesAnt Build Tools Git Development Tools Version Controls CLI User Interface JGit General Purpose Libraries Utility |
GroupId | GroupIdcom.madgag |
ArtifactId | ArtifactIdorg.eclipse.jgit.ant |
Version | Version3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE |
Type | Typejar |
Description |
DescriptionJGit - Ant Tasks
Ant based user interface for Git
|
<!-- https://jarcasting.com/artifacts/com.madgag/org.eclipse.jgit.ant/ -->
<dependency>
<groupId>com.madgag</groupId>
<artifactId>org.eclipse.jgit.ant</artifactId>
<version>3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.madgag/org.eclipse.jgit.ant/
implementation 'com.madgag:org.eclipse.jgit.ant:3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE'
// https://jarcasting.com/artifacts/com.madgag/org.eclipse.jgit.ant/
implementation ("com.madgag:org.eclipse.jgit.ant:3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE")
'com.madgag:org.eclipse.jgit.ant:jar:3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE'
<dependency org="com.madgag" name="org.eclipse.jgit.ant" rev="3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE">
<artifact name="org.eclipse.jgit.ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.madgag', module='org.eclipse.jgit.ant', version='3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE')
)
libraryDependencies += "com.madgag" % "org.eclipse.jgit.ant" % "3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE"
[com.madgag/org.eclipse.jgit.ant "3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.madgag : org.eclipse.jgit | jar | 3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE |
org.apache.ant : ant | jar | 1.9.2 |