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