Files download
File Operation
codecs-parent-1.0.2.pom download
Apache Maven
<dependency>
  <groupId>org.interledger</groupId>
  <artifactId>codecs-parent</artifactId>
  <version>1.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.interledger:codecs-parent:1.0.2'
Gradle Kotlin
implementation("org.interledger:codecs-parent:1.0.2")
Scala SBT
libraryDependencies += "org.interledger" % "codecs-parent" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.interledger', module='codecs-parent', version='1.0.2')
)
Apache Ivy
<dependency org="org.interledger" name="codecs-parent" rev="1.0.2" />
Leiningen
[org.interledger/codecs-parent "1.0.2"]
Apache Buildr
'org.interledger:codecs-parent:jar:1.0.2'