MVN

io.github.tianshan20081 : cts

Maven & Gradle

Aug 24, 2021

cts · This is a Android Common Tools

<dependency>
    <groupId>io.github.tianshan20081</groupId>
    <artifactId>cts</artifactId>
    <version>0.0.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.tianshan20081 : cts to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.26

All Versions

Choose a version of io.github.tianshan20081 : cts to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
cts-0.0.26
cts-0.0.25
cts-0.0.23
cts-0.0.22
cts-0.0.21
cts-0.0.20
cts-0.0.19

How to add a dependency to Maven

Add the following io.github.tianshan20081 : cts maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.tianshan20081</groupId>
    <artifactId>cts</artifactId>
    <version>0.0.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.tianshan20081 : cts gradle dependency to your build.gradle file:

implementation 'io.github.tianshan20081:cts:0.0.26'

Gradle Kotlin DSL: Add the following io.github.tianshan20081 : cts gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.tianshan20081:cts:0.0.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.tianshan20081 : cts sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.tianshan20081" % "cts" % "0.0.26"