Categories |
CategoriesVMware Container Virtualization Tools |
---|---|
GroupId | GroupIdcom.vmware.photon.controller |
ArtifactId | ArtifactIdphoton-model-parent |
Version | Version0.4.19 |
Type | Typejar |
Filename | Size |
---|---|
photon-model-parent-0.4.19.pom | 14 KB |
photon-model-parent-0.4.19-tests.jar | 4 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.4.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.photon.controller/photon-model-parent/
implementation 'com.vmware.photon.controller:photon-model-parent:0.4.19'
// https://jarcasting.com/artifacts/com.vmware.photon.controller/photon-model-parent/
implementation ("com.vmware.photon.controller:photon-model-parent:0.4.19")
'com.vmware.photon.controller:photon-model-parent:jar:0.4.19'
<dependency org="com.vmware.photon.controller" name="photon-model-parent" rev="0.4.19">
<artifact name="photon-model-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmware.photon.controller', module='photon-model-parent', version='0.4.19')
)
libraryDependencies += "com.vmware.photon.controller" % "photon-model-parent" % "0.4.19"
[com.vmware.photon.controller/photon-model-parent "0.4.19"]