MVN

io.cloudsoft.amp : amp-parent

Maven & Gradle

Apr 04, 2014

Cloudsoft Application Management Platform Parent Project · AMP parent / project root, serving as the ancestor POM for all projects -- declaring versions, profiles, and the modules to build

<dependency>
    <groupId>io.cloudsoft.amp</groupId>
    <artifactId>amp-parent</artifactId>
    <version>2.0.0-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.cloudsoft.amp : amp-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0-M1

All Versions

Choose a version of io.cloudsoft.amp : amp-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
amp-parent-2.0.0-M1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.cloudsoft.amp</groupId>
    <artifactId>amp-parent</artifactId>
    <version>2.0.0-M1</version>
</dependency>

Advertisement