Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.K0zka |
ArtifactId | ArtifactIdkotlin-simple-archetype |
Version | Version0.8.11.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.K0zka/kotlin-simple-archetype/ -->
<dependency>
<groupId>com.github.K0zka</groupId>
<artifactId>kotlin-simple-archetype</artifactId>
<version>0.8.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.K0zka/kotlin-simple-archetype/
implementation 'com.github.K0zka:kotlin-simple-archetype:0.8.11.1'
// https://jarcasting.com/artifacts/com.github.K0zka/kotlin-simple-archetype/
implementation ("com.github.K0zka:kotlin-simple-archetype:0.8.11.1")
'com.github.K0zka:kotlin-simple-archetype:jar:0.8.11.1'
<dependency org="com.github.K0zka" name="kotlin-simple-archetype" rev="0.8.11.1">
<artifact name="kotlin-simple-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.K0zka', module='kotlin-simple-archetype', version='0.8.11.1')
)
libraryDependencies += "com.github.K0zka" % "kotlin-simple-archetype" % "0.8.11.1"
[com.github.K0zka/kotlin-simple-archetype "0.8.11.1"]