MVN

org.cddcore : website_2.10

Maven & Gradle

Dec 19, 2014
3 usages
1 stars

website · website

<dependency>
    <groupId>org.cddcore</groupId>
    <artifactId>website_2.10</artifactId>
    <version>2.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.5

All Versions

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

Version Vulnerabilities Updated
2.1.x
website_2.10-2.1.5
website_2.10-2.1.4
website_2.10-2.1.3
website_2.10-2.1.2
website_2.10-2.1.1
website_2.10-2.1.0
2.0.x
website_2.10-2.0.1
website_2.10-2.0.0
1.8.x
website_2.10-1.8.5.17
website_2.10-1.8.5.16
website_2.10-1.8.5.15
website_2.10-1.8.5.14
website_2.10-1.8.5.13
website_2.10-1.8.5.12
website_2.10-1.8.5.11
website_2.10-1.8.5.10
website_2.10-1.8.5.9
website_2.10-1.8.5.8
website_2.10-1.8.5.7
website_2.10-1.8.5.6
website_2.10-1.8.5.5
website_2.10-1.8.5.4
website_2.10-1.8.5.3
website_2.10-1.8.5.2
website_2.10-1.8.5.1
website_2.10-1.8.5
website_2.10-1.8.4.2
website_2.10-1.8.4.1
website_2.10-1.8.4
website_2.10-1.8.3
website_2.10-1.8.2
website_2.10-1.8.1
website_2.10-1.8.0
1.7.x
website_2.10-1.7.3
website_2.10-1.7.2
website_2.10-1.7.1
website_2.10-1.7.0
1.6.x
website_2.10-1.6.5
website_2.10-1.6.4
website_2.10-1.6.3
1.0
website_2.10-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.cddcore</groupId>
    <artifactId>website_2.10</artifactId>
    <version>2.1.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.cddcore:website_2.10:2.1.5'

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

implementation("org.cddcore:website_2.10:2.1.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.cddcore" % "website_2.10" % "2.1.5"

Advertisement