Categories |
CategoriesVMware Container Virtualization Tools |
---|---|
GroupId | GroupIdcom.vmware.photon.controller |
ArtifactId | ArtifactIdphoton-model |
Version | Version0.6.51 |
Type | Typejar |
Filename | Size |
---|---|
photon-model-0.6.51.pom | |
photon-model-0.6.51.jar | 371 KB |
photon-model-0.6.51-tests.jar | 287 KB |
photon-model-0.6.51-test-sources.jar | 100 KB |
photon-model-0.6.51-sources.jar | 253 KB |
photon-model-0.6.51-javadoc.jar | 1 MB |
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.51</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.photon.controller/photon-model/
implementation 'com.vmware.photon.controller:photon-model:0.6.51'
// https://jarcasting.com/artifacts/com.vmware.photon.controller/photon-model/
implementation ("com.vmware.photon.controller:photon-model:0.6.51")
'com.vmware.photon.controller:photon-model:jar:0.6.51'
<dependency org="com.vmware.photon.controller" name="photon-model" rev="0.6.51">
<artifact name="photon-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmware.photon.controller', module='photon-model', version='0.6.51')
)
libraryDependencies += "com.vmware.photon.controller" % "photon-model" % "0.6.51"
[com.vmware.photon.controller/photon-model "0.6.51"]