is not current version
Last Version 1.0.4

dev.xethh.archetype:quickstart-kotlin-lib 1.0.2

Maven archetype for generating kotlin and java mixed library project with basic libraries included in bom-common-spring-kotlin, the output is generally a non executable jar.

Categories

Categories

Kotlin Languages
GroupId

GroupId

dev.xethh.archetype
ArtifactId

ArtifactId

quickstart-kotlin-lib
Version

Version

1.0.2
Type

Type

jar

Download quickstart-kotlin-lib 1.0.2


<!-- https://jarcasting.com/artifacts/dev.xethh.archetype/quickstart-kotlin-lib/ -->
<dependency>
    <groupId>dev.xethh.archetype</groupId>
    <artifactId>quickstart-kotlin-lib</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/dev.xethh.archetype/quickstart-kotlin-lib/
implementation 'dev.xethh.archetype:quickstart-kotlin-lib:1.0.2'
// https://jarcasting.com/artifacts/dev.xethh.archetype/quickstart-kotlin-lib/
implementation ("dev.xethh.archetype:quickstart-kotlin-lib:1.0.2")
'dev.xethh.archetype:quickstart-kotlin-lib:jar:1.0.2'
<dependency org="dev.xethh.archetype" name="quickstart-kotlin-lib" rev="1.0.2">
  <artifact name="quickstart-kotlin-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.xethh.archetype', module='quickstart-kotlin-lib', version='1.0.2')
)
libraryDependencies += "dev.xethh.archetype" % "quickstart-kotlin-lib" % "1.0.2"
[dev.xethh.archetype/quickstart-kotlin-lib "1.0.2"]