MVN

com.github.jchanghong : kotlin-lib-min

Maven & Gradle

Jul 16, 2021
2 usages
0 stars

kotlin-lib · kotlin java tools

<dependency>
    <groupId>com.github.jchanghong</groupId>
    <artifactId>kotlin-lib-min</artifactId>
    <version>2.5.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jchanghong : kotlin-lib-min to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.2.6

All Versions

Choose a version of com.github.jchanghong : kotlin-lib-min to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
kotlin-lib-min-2.5.2.6
kotlin-lib-min-2.5.2.5
kotlin-lib-min-2.5.2.2
kotlin-lib-min-2.5.2.1
kotlin-lib-min-2.5.2
kotlin-lib-min-2.5.1.5
kotlin-lib-min-2.5.1.3
kotlin-lib-min-2.5.1.1
kotlin-lib-min-2.5.1
kotlin-lib-min-2.5.0.7
kotlin-lib-min-2.5.0.6
kotlin-lib-min-2.5.0.5
kotlin-lib-min-2.5.0.3
kotlin-lib-min-2.5.0.2
kotlin-lib-min-2.5.0.1
kotlin-lib-min-2.5.0
kotlin-lib-min-2.5.0.a
2.4.x
kotlin-lib-min-2.4.5.11
kotlin-lib-min-2.4.5.10
kotlin-lib-min-2.4.5.9

How to add a dependency to Maven

Add the following com.github.jchanghong : kotlin-lib-min maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jchanghong</groupId>
    <artifactId>kotlin-lib-min</artifactId>
    <version>2.5.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jchanghong : kotlin-lib-min gradle dependency to your build.gradle file:

implementation 'com.github.jchanghong:kotlin-lib-min:2.5.2.6'

Gradle Kotlin DSL: Add the following com.github.jchanghong : kotlin-lib-min gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jchanghong:kotlin-lib-min:2.5.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jchanghong : kotlin-lib-min sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jchanghong" % "kotlin-lib-min" % "2.5.2.6"

Advertisement