Categories |
CategoriesVMware Container Virtualization Tools |
---|---|
GroupId | GroupIdcom.vmware.photon.controller |
ArtifactId | ArtifactIdphoton-model-parent |
Version | Version0.3.0 |
Type | Typepom |
Filename | Size |
---|---|
photon-model-parent-0.3.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vmware.photon.controller/photon-model-parent/ -->
<dependency>
<groupId>com.vmware.photon.controller</groupId>
<artifactId>photon-model-parent</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.photon.controller/photon-model-parent/
implementation 'com.vmware.photon.controller:photon-model-parent:0.3.0'
// https://jarcasting.com/artifacts/com.vmware.photon.controller/photon-model-parent/
implementation ("com.vmware.photon.controller:photon-model-parent:0.3.0")
'com.vmware.photon.controller:photon-model-parent:pom:0.3.0'
<dependency org="com.vmware.photon.controller" name="photon-model-parent" rev="0.3.0">
<artifact name="photon-model-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vmware.photon.controller', module='photon-model-parent', version='0.3.0')
)
libraryDependencies += "com.vmware.photon.controller" % "photon-model-parent" % "0.3.0"
[com.vmware.photon.controller/photon-model-parent "0.3.0"]