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