Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.K0zka |
ArtifactId | ArtifactIdkotlin-simple-archetype |
Version | Version1.0.0-beta-1103.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>1.0.0-beta-1103.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.K0zka/kotlin-simple-archetype/
implementation 'com.github.K0zka:kotlin-simple-archetype:1.0.0-beta-1103.1'
// https://jarcasting.com/artifacts/com.github.K0zka/kotlin-simple-archetype/
implementation ("com.github.K0zka:kotlin-simple-archetype:1.0.0-beta-1103.1")
'com.github.K0zka:kotlin-simple-archetype:jar:1.0.0-beta-1103.1'
<dependency org="com.github.K0zka" name="kotlin-simple-archetype" rev="1.0.0-beta-1103.1">
<artifact name="kotlin-simple-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.K0zka', module='kotlin-simple-archetype', version='1.0.0-beta-1103.1')
)
libraryDependencies += "com.github.K0zka" % "kotlin-simple-archetype" % "1.0.0-beta-1103.1"
[com.github.K0zka/kotlin-simple-archetype "1.0.0-beta-1103.1"]