License |
License |
---|---|
Categories |
CategoriesKotlin Languages Ant Build Tools Net |
GroupId | GroupIdnet.offecka |
ArtifactId | ArtifactIdkotlin-ant |
Last Version | Last Version1.0.4-1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkotlin-ant
Since there is no official artifact on Central Reporitory, this is a howebrew and enhanced Kotlin Ant task
|
Project URL |
Project URL |
Filename | Size |
---|---|
kotlin-ant-1.0.4-1.pom | |
kotlin-ant-1.0.4-1.jar | 27 KB |
kotlin-ant-1.0.4-1-sources.jar | 11 KB |
kotlin-ant-1.0.4-1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.offecka/kotlin-ant/ -->
<dependency>
<groupId>net.offecka</groupId>
<artifactId>kotlin-ant</artifactId>
<version>1.0.4-1</version>
</dependency>
// https://jarcasting.com/artifacts/net.offecka/kotlin-ant/
implementation 'net.offecka:kotlin-ant:1.0.4-1'
// https://jarcasting.com/artifacts/net.offecka/kotlin-ant/
implementation ("net.offecka:kotlin-ant:1.0.4-1")
'net.offecka:kotlin-ant:jar:1.0.4-1'
<dependency org="net.offecka" name="kotlin-ant" rev="1.0.4-1">
<artifact name="kotlin-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.offecka', module='kotlin-ant', version='1.0.4-1')
)
libraryDependencies += "net.offecka" % "kotlin-ant" % "1.0.4-1"
[net.offecka/kotlin-ant "1.0.4-1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.9.7 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.4 |
net.offecka : kotlin-preloader | jar | 1.0.4-1 |