License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.frtu.archetype |
ArtifactId | ArtifactIdkotlin-project-archetype |
Version | Version1.1.6 |
Type | Typejar |
Description |
DescriptionKotlin Base project archetype
Kotlin Base project archetype
|
<!-- https://jarcasting.com/artifacts/com.github.frtu.archetype/kotlin-project-archetype/ -->
<dependency>
<groupId>com.github.frtu.archetype</groupId>
<artifactId>kotlin-project-archetype</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.archetype/kotlin-project-archetype/
implementation 'com.github.frtu.archetype:kotlin-project-archetype:1.1.6'
// https://jarcasting.com/artifacts/com.github.frtu.archetype/kotlin-project-archetype/
implementation ("com.github.frtu.archetype:kotlin-project-archetype:1.1.6")
'com.github.frtu.archetype:kotlin-project-archetype:jar:1.1.6'
<dependency org="com.github.frtu.archetype" name="kotlin-project-archetype" rev="1.1.6">
<artifact name="kotlin-project-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.archetype', module='kotlin-project-archetype', version='1.1.6')
)
libraryDependencies += "com.github.frtu.archetype" % "kotlin-project-archetype" % "1.1.6"
[com.github.frtu.archetype/kotlin-project-archetype "1.1.6"]