MVN

org.ow2.contrail : contrail

Maven & Gradle

Feb 09, 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>org.ow2.contrail</groupId>
    <artifactId>contrail</artifactId>
    <version>0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.contrail : contrail to add to Maven - Latest Versions:

  • Latest Stable: 0.2

All Versions

Choose a version of org.ow2.contrail : contrail to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2
contrail-0.2
0.1
contrail-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.ow2.contrail</groupId>
    <artifactId>contrail</artifactId>
    <version>0.2</version>
</dependency>