MVN

com.github.jchanghong : kotlin-all

Maven & Gradle

Jul 17, 2021
0 stars

kotlin-lib · kotlin java tools

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

Latest Version

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

  • Latest Stable: 2.5.2.6

All Versions

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

Version Vulnerabilities Updated
2.5.x
kotlin-all-2.5.2.6
kotlin-all-2.5.2.5
kotlin-all-2.5.2.1
kotlin-all-2.5.2
kotlin-all-2.5.1.5
kotlin-all-2.5.1.3
kotlin-all-2.5.1.1
kotlin-all-2.5.1
kotlin-all-2.5.0.6
kotlin-all-2.5.0.5
kotlin-all-2.5.0.3
kotlin-all-2.5.0.2
kotlin-all-2.5.0.1
kotlin-all-2.5.0
2.4.x
kotlin-all-2.4.5.11
kotlin-all-2.4.5.10
kotlin-all-2.4.5.8
kotlin-all-2.4.5
kotlin-all-2.4.4.5
kotlin-all-2.4.4.3
kotlin-all-2.4.4
kotlin-all-2.4.3.2
kotlin-all-2.4.3.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.jchanghong</groupId>
    <artifactId>kotlin-all</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-all gradle dependency to your build.gradle file:

implementation 'com.github.jchanghong:kotlin-all:2.5.2.6'

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

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

How to add a dependency to SBT Scala

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

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