MVN

dev.xethh.archetype : quickstart-kotlin-lib

Maven & Gradle

Nov 18, 2020
0 stars

quickstart-kotlin-lib · 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.

<dependency>
    <groupId>dev.xethh.archetype</groupId>
    <artifactId>quickstart-kotlin-lib</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.xethh.archetype : quickstart-kotlin-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of dev.xethh.archetype : quickstart-kotlin-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
quickstart-kotlin-lib-1.0.4
quickstart-kotlin-lib-1.0.3
quickstart-kotlin-lib-1.0.2
quickstart-kotlin-lib-1.0.1

How to add a dependency to Maven

Add the following dev.xethh.archetype : quickstart-kotlin-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.xethh.archetype</groupId>
    <artifactId>quickstart-kotlin-lib</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.xethh.archetype : quickstart-kotlin-lib gradle dependency to your build.gradle file:

implementation 'dev.xethh.archetype:quickstart-kotlin-lib:1.0.4'

Gradle Kotlin DSL: Add the following dev.xethh.archetype : quickstart-kotlin-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.xethh.archetype:quickstart-kotlin-lib:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.xethh.archetype : quickstart-kotlin-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.xethh.archetype" % "quickstart-kotlin-lib" % "1.0.4"