MVN

com.synedge.oss : oss-groovy-parent

Maven & Gradle

May 29, 2015

Synedge open source parent pom for groovy projects · This pom should be the parent of all groovy or Java/groovy open-source projects within Synedge.

<dependency>
    <groupId>com.synedge.oss</groupId>
    <artifactId>oss-groovy-parent</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.synedge.oss : oss-groovy-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.synedge.oss : oss-groovy-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
oss-groovy-parent-1.0.1
oss-groovy-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.synedge.oss</groupId>
    <artifactId>oss-groovy-parent</artifactId>
    <version>1.0.1</version>
</dependency>