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