Files download
File Operation
CTool-api-2.1.4.jar download
CTool-api-2.1.4.pom download
CTool-api-2.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.cn-chenhuping</groupId>
  <artifactId>CTool-api</artifactId>
  <version>2.1.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.cn-chenhuping:CTool-api:2.1.4'
Gradle Kotlin
implementation("io.github.cn-chenhuping:CTool-api:2.1.4")
Scala SBT
libraryDependencies += "io.github.cn-chenhuping" % "CTool-api" % "2.1.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.cn-chenhuping', module='CTool-api', version='2.1.4')
)
Apache Ivy
<dependency org="io.github.cn-chenhuping" name="CTool-api" rev="2.1.4" />
Leiningen
[io.github.cn-chenhuping/CTool-api "2.1.4"]
Apache Buildr
'io.github.cn-chenhuping:CTool-api:jar:2.1.4'