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.bacoder.jgit |
ArtifactId | ArtifactIdorg.eclipse.jgit.ant.test |
Version | Version3.1.0-201309071158-r |
Type | Typejar |
Description |
DescriptionJGit - Ant Tasks Tests
JUnit tests for the various ant tasks.
|
<!-- https://jarcasting.com/artifacts/com.bacoder.jgit/org.eclipse.jgit.ant.test/ -->
<dependency>
<groupId>com.bacoder.jgit</groupId>
<artifactId>org.eclipse.jgit.ant.test</artifactId>
<version>3.1.0-201309071158-r</version>
</dependency>
// https://jarcasting.com/artifacts/com.bacoder.jgit/org.eclipse.jgit.ant.test/
implementation 'com.bacoder.jgit:org.eclipse.jgit.ant.test:3.1.0-201309071158-r'
// https://jarcasting.com/artifacts/com.bacoder.jgit/org.eclipse.jgit.ant.test/
implementation ("com.bacoder.jgit:org.eclipse.jgit.ant.test:3.1.0-201309071158-r")
'com.bacoder.jgit:org.eclipse.jgit.ant.test:jar:3.1.0-201309071158-r'
<dependency org="com.bacoder.jgit" name="org.eclipse.jgit.ant.test" rev="3.1.0-201309071158-r">
<artifact name="org.eclipse.jgit.ant.test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bacoder.jgit', module='org.eclipse.jgit.ant.test', version='3.1.0-201309071158-r')
)
libraryDependencies += "com.bacoder.jgit" % "org.eclipse.jgit.ant.test" % "3.1.0-201309071158-r"
[com.bacoder.jgit/org.eclipse.jgit.ant.test "3.1.0-201309071158-r"]
Group / Artifact | Type | Version |
---|---|---|
com.bacoder.jgit : org.eclipse.jgit | jar | 3.1.0-201309071158-r |
com.bacoder.jgit : org.eclipse.jgit.junit | jar | 3.1.0-201309071158-r |
com.bacoder.jgit : org.eclipse.jgit.ant | jar | 3.1.0-201309071158-r |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |