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