MVN

net.sf.csutils : cs-utils-parent

Maven & Gradle

Feb 15, 2011

CentraSite Utilities Parent · CentraSite is a SOA governance registry/repository. The CentraSite utilities are a set of open source tools, used for application development based on CentraSite.

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

Latest Version

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

  • Latest Stable: 5

All Versions

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

Version Vulnerabilities Updated
5
cs-utils-parent-5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sf.csutils</groupId>
    <artifactId>cs-utils-parent</artifactId>
    <version>5</version>
</dependency>

Advertisement