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