is not current version
Last Version 1.2.4

com.github.frtu.archetype:kotlin-project-archetype 1.1.3

Kotlin Base project archetype

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.frtu.archetype
ArtifactId

ArtifactId

kotlin-project-archetype
Version

Version

1.1.3
Type

Type

jar

Download kotlin-project-archetype 1.1.3


<!-- 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.archetype/kotlin-project-archetype/
implementation 'com.github.frtu.archetype:kotlin-project-archetype:1.1.3'
// https://jarcasting.com/artifacts/com.github.frtu.archetype/kotlin-project-archetype/
implementation ("com.github.frtu.archetype:kotlin-project-archetype:1.1.3")
'com.github.frtu.archetype:kotlin-project-archetype:jar:1.1.3'
<dependency org="com.github.frtu.archetype" name="kotlin-project-archetype" rev="1.1.3">
  <artifact name="kotlin-project-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.archetype', module='kotlin-project-archetype', version='1.1.3')
)
libraryDependencies += "com.github.frtu.archetype" % "kotlin-project-archetype" % "1.1.3"
[com.github.frtu.archetype/kotlin-project-archetype "1.1.3"]