Categories |
CategoriesVMware Container Virtualization Tools |
---|---|
GroupId | GroupIdcom.vmware.photon.controller |
ArtifactId | ArtifactIdphoton-model |
Version | Version0.6.44 |
Type | Typejar |
Filename | Size |
---|---|
photon-model-0.6.44.pom | |
photon-model-0.6.44.jar | 325 KB |
photon-model-0.6.44-tests.jar | 248 KB |
photon-model-0.6.44-test-sources.jar | 89 KB |
photon-model-0.6.44-sources.jar | 229 KB |
photon-model-0.6.44-javadoc.jar | 989 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vmware.photon.controller/photon-model/ -->
<dependency>
<groupId>com.vmware.photon.controller</groupId>
<artifactId>photon-model</artifactId>
<version>0.6.44</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.photon.controller/photon-model/
implementation 'com.vmware.photon.controller:photon-model:0.6.44'
// https://jarcasting.com/artifacts/com.vmware.photon.controller/photon-model/
implementation ("com.vmware.photon.controller:photon-model:0.6.44")
'com.vmware.photon.controller:photon-model:jar:0.6.44'
<dependency org="com.vmware.photon.controller" name="photon-model" rev="0.6.44">
<artifact name="photon-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmware.photon.controller', module='photon-model', version='0.6.44')
)
libraryDependencies += "com.vmware.photon.controller" % "photon-model" % "0.6.44"
[com.vmware.photon.controller/photon-model "0.6.44"]