Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.rultor |
ArtifactId | ArtifactIdrultor-ant-tools |
Version | Version0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.rultor/rultor-ant-tools/ -->
<dependency>
<groupId>com.rultor</groupId>
<artifactId>rultor-ant-tools</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.rultor/rultor-ant-tools/
implementation 'com.rultor:rultor-ant-tools:0.1'
// https://jarcasting.com/artifacts/com.rultor/rultor-ant-tools/
implementation ("com.rultor:rultor-ant-tools:0.1")
'com.rultor:rultor-ant-tools:jar:0.1'
<dependency org="com.rultor" name="rultor-ant-tools" rev="0.1">
<artifact name="rultor-ant-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rultor', module='rultor-ant-tools', version='0.1')
)
libraryDependencies += "com.rultor" % "rultor-ant-tools" % "0.1"
[com.rultor/rultor-ant-tools "0.1"]