MVN

net.sf.csutils : cs-utils-groovy

Maven & Gradle

Feb 15, 2011
1 usages

CSUtils Groovy Library · Provides a framework for accessing CentraSite from within the Groovy language. In particular, it adds support for CSQL (the CentraSite Query Language) to the Groovy template engine.

<dependency>
    <groupId>net.sf.csutils</groupId>
    <artifactId>cs-utils-groovy</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.csutils : cs-utils-groovy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of net.sf.csutils : cs-utils-groovy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
cs-utils-groovy-1.1.2

How to add a dependency to Maven

Add the following net.sf.csutils : cs-utils-groovy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.csutils</groupId>
    <artifactId>cs-utils-groovy</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.csutils : cs-utils-groovy gradle dependency to your build.gradle file:

implementation 'net.sf.csutils:cs-utils-groovy:1.1.2'

Gradle Kotlin DSL: Add the following net.sf.csutils : cs-utils-groovy gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.csutils:cs-utils-groovy:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.csutils : cs-utils-groovy sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.csutils" % "cs-utils-groovy" % "1.1.2"

Advertisement