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