License |
License |
---|---|
GroupId | GroupIdcom.github.sandre.contrail |
ArtifactId | ArtifactIdparent |
Version | Version0.1 |
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 |
---|---|
parent-0.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sandre.contrail/parent/ -->
<dependency>
<groupId>com.github.sandre.contrail</groupId>
<artifactId>parent</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sandre.contrail/parent/
implementation 'com.github.sandre.contrail:parent:0.1'
// https://jarcasting.com/artifacts/com.github.sandre.contrail/parent/
implementation ("com.github.sandre.contrail:parent:0.1")
'com.github.sandre.contrail:parent:pom:0.1'
<dependency org="com.github.sandre.contrail" name="parent" rev="0.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sandre.contrail', module='parent', version='0.1')
)
libraryDependencies += "com.github.sandre.contrail" % "parent" % "0.1"
[com.github.sandre.contrail/parent "0.1"]