MVN

com.github.sandre.contrail : parent

Maven & Gradle

Oct 11, 2012

Contrail Parent POM · Contrail is a complete Cloud platform which integrates a full Infrastructure-as-a-Service and Platform-as-a-Service facilities. It allows Cloud providers to seamlessly integrate resources from other Clouds with their own infrastructure, and breaks the current customer lock-in situation by allowing live application migration from one cloud to another.

<dependency>
    <groupId>com.github.sandre.contrail</groupId>
    <artifactId>parent</artifactId>
    <version>0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sandre.contrail : parent to add to Maven - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of com.github.sandre.contrail : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1
parent-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.sandre.contrail</groupId>
    <artifactId>parent</artifactId>
    <version>0.1</version>
</dependency>