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