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