Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdde.poiu.kilt |
ArtifactId | ArtifactIdkilt-ant |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
kilt-ant-0.2.0.pom | |
kilt-ant-0.2.0.jar | 13 KB |
kilt-ant-0.2.0-sources.jar | 10 KB |
kilt-ant-0.2.0-javadoc.jar | 34 KB |
kilt-ant-0.2.0-bin.zip | 17 MB |
kilt-ant-0.2.0-bin.tar.gz | 17 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.poiu.kilt/kilt-ant/ -->
<dependency>
<groupId>de.poiu.kilt</groupId>
<artifactId>kilt-ant</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.poiu.kilt/kilt-ant/
implementation 'de.poiu.kilt:kilt-ant:0.2.0'
// https://jarcasting.com/artifacts/de.poiu.kilt/kilt-ant/
implementation ("de.poiu.kilt:kilt-ant:0.2.0")
'de.poiu.kilt:kilt-ant:jar:0.2.0'
<dependency org="de.poiu.kilt" name="kilt-ant" rev="0.2.0">
<artifact name="kilt-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.poiu.kilt', module='kilt-ant', version='0.2.0')
)
libraryDependencies += "de.poiu.kilt" % "kilt-ant" % "0.2.0"
[de.poiu.kilt/kilt-ant "0.2.0"]