MVN

edu.uvm.ccts : ccts-common

Maven & Gradle

Feb 10, 2016
2 usages

CCTS Common · A library of useful generic objects and tools consolidated here to simplify all UVM CCTS projects

<dependency>
    <groupId>edu.uvm.ccts</groupId>
    <artifactId>ccts-common</artifactId>
    <version>1.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.uvm.ccts : ccts-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.5

All Versions

Choose a version of edu.uvm.ccts : ccts-common to add to Maven or Gradle - All Versions:

  • Version Updated
  • ccts-common-1.1.5

    Feb 09, 2016
  • ccts-common-1.1.4

    Sep 24, 2015
  • ccts-common-1.1.3

    Sep 23, 2015
  • ccts-common-1.1.2

    Aug 19, 2015
  • ccts-common-1.1.1

    Aug 19, 2015
  • ccts-common-1.1

    Aug 18, 2015
  • ccts-common-1.0.2

    Jun 18, 2015
  • ccts-common-1.0.1

    Jun 11, 2015
  • ccts-common-1.0

    Jun 11, 2015

How to add a dependency to Maven

Add the following edu.uvm.ccts : ccts-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.uvm.ccts</groupId>
    <artifactId>ccts-common</artifactId>
    <version>1.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.uvm.ccts : ccts-common gradle dependency to your build.gradle file:

implementation 'edu.uvm.ccts:ccts-common:1.1.5'

Gradle Kotlin DSL: Add the following edu.uvm.ccts : ccts-common gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.uvm.ccts:ccts-common:1.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.uvm.ccts : ccts-common sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.uvm.ccts" % "ccts-common" % "1.1.5"