MVN

com.projectdarkstar : sgs

Maven & Gradle

Aug 01, 2011

Project Darkstar Master POM · This is the super POM inherited by all sgs modules It defines settings common to all projects

<dependency>
    <groupId>com.projectdarkstar</groupId>
    <artifactId>sgs</artifactId>
    <version>16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.projectdarkstar : sgs to add to Maven - Latest Versions:

  • Latest Stable: 16

All Versions

Choose a version of com.projectdarkstar : sgs to add to Maven - All Versions:

Version Vulnerabilities Updated
16
sgs-16
15
sgs-15
14
sgs-14
13
sgs-13
12
sgs-12
11
sgs-11
10
sgs-10
9
sgs-9
8
sgs-8
7
sgs-7
6
sgs-6
5
sgs-5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.projectdarkstar</groupId>
    <artifactId>sgs</artifactId>
    <version>16</version>
</dependency>