MVN

io.github.chenhaoaijay : chs-framework-kotlin

Maven & Gradle

Jan 05, 2023

framework-kotlin · chs framework-kotlin 2.1.1

<dependency>
    <groupId>io.github.chenhaoaijay</groupId>
    <artifactId>chs-framework-kotlin</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.chenhaoaijay : chs-framework-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of io.github.chenhaoaijay : chs-framework-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
chs-framework-kotlin-2.1.1
chs-framework-kotlin-2.1.0
2.0.x
chs-framework-kotlin-2.0.8
chs-framework-kotlin-2.0.7
chs-framework-kotlin-2.0.6
chs-framework-kotlin-2.0.5
chs-framework-kotlin-2.0.4
chs-framework-kotlin-2.0.3
chs-framework-kotlin-2.0.2
chs-framework-kotlin-2.0.1
2.0
chs-framework-kotlin-2.0

How to add a dependency to Maven

Add the following io.github.chenhaoaijay : chs-framework-kotlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.chenhaoaijay</groupId>
    <artifactId>chs-framework-kotlin</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.chenhaoaijay : chs-framework-kotlin gradle dependency to your build.gradle file:

implementation 'io.github.chenhaoaijay:chs-framework-kotlin:2.1.1'

Gradle Kotlin DSL: Add the following io.github.chenhaoaijay : chs-framework-kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.chenhaoaijay:chs-framework-kotlin:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.chenhaoaijay : chs-framework-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.chenhaoaijay" % "chs-framework-kotlin" % "2.1.1"