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