MVN

io.cloudsoft.amp : amp-dist

Maven & Gradle

Apr 04, 2014

Cloudsoft Application Management Platform Distribution · AMP redistributable package archive, including startup scripts, JARs, and WAR for launching

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

Latest Version

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

  • Latest Stable: 2.0.0-M1

All Versions

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

Version Vulnerabilities Updated
2.0.x
amp-dist-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-dist</artifactId>
    <version>2.0.0-M1</version>
</dependency>

Advertisement