| License |
License |
|---|---|
| GroupId | GroupIdorg.ow2.contrail |
| ArtifactId | ArtifactIdcontrail |
| Last Version | Last Version0.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionContrail 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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| contrail-0.2.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.contrail/contrail/ -->
<dependency>
<groupId>org.ow2.contrail</groupId>
<artifactId>contrail</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.contrail/contrail/
implementation 'org.ow2.contrail:contrail:0.2'
// https://jarcasting.com/artifacts/org.ow2.contrail/contrail/
implementation ("org.ow2.contrail:contrail:0.2")
'org.ow2.contrail:contrail:pom:0.2'
<dependency org="org.ow2.contrail" name="contrail" rev="0.2">
<artifact name="contrail" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.contrail', module='contrail', version='0.2')
)
libraryDependencies += "org.ow2.contrail" % "contrail" % "0.2"
[org.ow2.contrail/contrail "0.2"]