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