| Categories |
CategoriesAnt Build Tools Git Development Tools Version Controls |
|---|---|
| GroupId | GroupIdcom.rimerosolutions.ant |
| ArtifactId | ArtifactIdant-git-tasks |
| Version | Version1.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ant-git-tasks-1.3.0.pom | |
| ant-git-tasks-1.3.0.jar | 61 KB |
| ant-git-tasks-1.3.0-sources.jar | 50 KB |
| ant-git-tasks-1.3.0-javadoc.jar | 219 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rimerosolutions.ant/ant-git-tasks/
implementation 'com.rimerosolutions.ant:ant-git-tasks:1.3.0'
// https://jarcasting.com/artifacts/com.rimerosolutions.ant/ant-git-tasks/
implementation ("com.rimerosolutions.ant:ant-git-tasks:1.3.0")
'com.rimerosolutions.ant:ant-git-tasks:jar:1.3.0'
<dependency org="com.rimerosolutions.ant" name="ant-git-tasks" rev="1.3.0">
<artifact name="ant-git-tasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rimerosolutions.ant', module='ant-git-tasks', version='1.3.0')
)
libraryDependencies += "com.rimerosolutions.ant" % "ant-git-tasks" % "1.3.0"
[com.rimerosolutions.ant/ant-git-tasks "1.3.0"]