| Categories |
CategoriesAnt Build Tools Git Development Tools Version Controls |
|---|---|
| GroupId | GroupIdcom.rimerosolutions.ant |
| ArtifactId | ArtifactIdant-git-tasks |
| Version | Version1.3.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ant-git-tasks-1.3.1.pom | |
| ant-git-tasks-1.3.1.jar | 61 KB |
| ant-git-tasks-1.3.1-sources.jar | 51 KB |
| ant-git-tasks-1.3.1-javadoc.jar | 220 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rimerosolutions.ant/ant-git-tasks/ -->
<dependency>
<groupId>com.rimerosolutions.ant</groupId>
<artifactId>ant-git-tasks</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.rimerosolutions.ant/ant-git-tasks/
implementation 'com.rimerosolutions.ant:ant-git-tasks:1.3.1'
// https://jarcasting.com/artifacts/com.rimerosolutions.ant/ant-git-tasks/
implementation ("com.rimerosolutions.ant:ant-git-tasks:1.3.1")
'com.rimerosolutions.ant:ant-git-tasks:jar:1.3.1'
<dependency org="com.rimerosolutions.ant" name="ant-git-tasks" rev="1.3.1">
<artifact name="ant-git-tasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rimerosolutions.ant', module='ant-git-tasks', version='1.3.1')
)
libraryDependencies += "com.rimerosolutions.ant" % "ant-git-tasks" % "1.3.1"
[com.rimerosolutions.ant/ant-git-tasks "1.3.1"]