| License | License | 
|---|---|
| Categories | CategoriesGroovy Languages Net | 
| GroupId | GroupIdnet.sf.csutils | 
| ArtifactId | ArtifactIdcs-utils-groovy | 
| Last Version | Last Version1.1.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionCSUtils 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. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| cs-utils-groovy-1.1.2.pom | |
| cs-utils-groovy-1.1.2.jar | 72 KB | 
| cs-utils-groovy-1.1.2-sources.jar | 25 KB | 
| cs-utils-groovy-1.1.2-site.xml | 1 KB | 
| cs-utils-groovy-1.1.2-javadoc.jar | 171 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sf.csutils/cs-utils-groovy/ -->
<dependency>
    <groupId>net.sf.csutils</groupId>
    <artifactId>cs-utils-groovy</artifactId>
    <version>1.1.2</version>
</dependency>// https://jarcasting.com/artifacts/net.sf.csutils/cs-utils-groovy/
implementation 'net.sf.csutils:cs-utils-groovy:1.1.2'// https://jarcasting.com/artifacts/net.sf.csutils/cs-utils-groovy/
implementation ("net.sf.csutils:cs-utils-groovy:1.1.2")'net.sf.csutils:cs-utils-groovy:jar:1.1.2'<dependency org="net.sf.csutils" name="cs-utils-groovy" rev="1.1.2">
  <artifact name="cs-utils-groovy" type="jar" />
</dependency>@Grapes(
@Grab(group='net.sf.csutils', module='cs-utils-groovy', version='1.1.2')
)libraryDependencies += "net.sf.csutils" % "cs-utils-groovy" % "1.1.2"[net.sf.csutils/cs-utils-groovy "1.1.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| net.sf.csutils : cs-utils-core | jar | 2.2.5 | 
| org.codehaus.groovy : groovy | jar | 1.7.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.6 |