MVN

com.gwsystems : parent

Maven & Gradle

Jun 11, 2014

GW-Systems Maven Parent · Parent POM for GW-Systems projects. Provides default project build configuration.

<dependency>
    <groupId>com.gwsystems</groupId>
    <artifactId>parent</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gwsystems : parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.gwsystems : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
parent-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.gwsystems</groupId>
    <artifactId>parent</artifactId>
    <version>1.0</version>
</dependency>