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