MVN

org.cddcore : structure_2.11

Maven & Gradle

Jun 11, 2016
4 usages

structure · structure

<dependency>
    <groupId>org.cddcore</groupId>
    <artifactId>structure_2.11</artifactId>
    <version>3.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cddcore : structure_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.3

All Versions

Choose a version of org.cddcore : structure_2.11 to add to Maven or Gradle - All Versions:

  • Version Updated
  • structure_2.11-3.0.3

    Jun 11, 2016
  • structure_2.11-3.0.2

    Apr 10, 2016
  • structure_2.11-3.0.1

    Apr 10, 2016
  • structure_2.11-3.0.0

    Apr 06, 2016
  • structure_2.11-2.1.7

    Aug 27, 2015
  • structure_2.11-2.1.6

    Aug 26, 2015
  • structure_2.11-2.1.5

    Dec 19, 2014
  • structure_2.11-2.1.4

    Dec 18, 2014
  • structure_2.11-2.1.3

    Dec 17, 2014
  • structure_2.11-2.1.2

    Oct 31, 2014
  • structure_2.11-2.1.1

    Jul 08, 2014

How to add a dependency to Maven

Add the following org.cddcore : structure_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cddcore</groupId>
    <artifactId>structure_2.11</artifactId>
    <version>3.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cddcore : structure_2.11 gradle dependency to your build.gradle file:

implementation 'org.cddcore:structure_2.11:3.0.3'

Gradle Kotlin DSL: Add the following org.cddcore : structure_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cddcore:structure_2.11:3.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cddcore : structure_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cddcore" % "structure_2.11" % "3.0.3"