MVN

net.immute : ccs

Maven & Gradle

Aug 17, 2020
13 stars

CCS · CCS is a config file format and library.

<dependency>
    <groupId>net.immute</groupId>
    <artifactId>ccs</artifactId>
    <version>0.9.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.immute : ccs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.6

All Versions

Choose a version of net.immute : ccs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v0.9.x
ccs-v0.9.5
0.9.x
ccs-0.9.6

How to add a dependency to Maven

Add the following net.immute : ccs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.immute</groupId>
    <artifactId>ccs</artifactId>
    <version>0.9.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.immute : ccs gradle dependency to your build.gradle file:

implementation 'net.immute:ccs:0.9.6'

Gradle Kotlin DSL: Add the following net.immute : ccs gradle kotlin dependency to your build.gradle.kts file:

implementation("net.immute:ccs:0.9.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.immute : ccs sbt scala dependency to your build.sbt file:

libraryDependencies += "net.immute" % "ccs" % "0.9.6"

Advertisement