文件下载
文件名 操作
cheti-1.1.11.jar 下载
cheti-1.1.11.pom 下载
cheti-1.1.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.squirrelgrip</groupId>
  <artifactId>cheti</artifactId>
  <version>1.1.11</version>
</dependency>
Gradle Groovy
implementation 'com.github.squirrelgrip:cheti:1.1.11'
Gradle Kotlin
implementation("com.github.squirrelgrip:cheti:1.1.11")
Scala SBT
libraryDependencies += "com.github.squirrelgrip" % "cheti" % "1.1.11"
Groovy Grape
@Grapes(
  @Grab(group='com.github.squirrelgrip', module='cheti', version='1.1.11')
)
Apache Ivy
<dependency org="com.github.squirrelgrip" name="cheti" rev="1.1.11" />
Leiningen
[com.github.squirrelgrip/cheti "1.1.11"]
Apache Buildr
'com.github.squirrelgrip:cheti:jar:1.1.11'