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