Categories |
CategoriesVMware Container Virtualization Tools |
---|---|
GroupId | GroupIdcom.vmware.photon.controller |
ArtifactId | ArtifactIdphoton-model |
Version | Version0.6.45 |
Type | Typejar |
Filename | Size |
---|---|
photon-model-0.6.45.pom | |
photon-model-0.6.45.jar | 329 KB |
photon-model-0.6.45-tests.jar | 250 KB |
photon-model-0.6.45-test-sources.jar | 90 KB |
photon-model-0.6.45-sources.jar | 230 KB |
photon-model-0.6.45-javadoc.jar | 996 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.45</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.photon.controller/photon-model/
implementation 'com.vmware.photon.controller:photon-model:0.6.45'
// https://jarcasting.com/artifacts/com.vmware.photon.controller/photon-model/
implementation ("com.vmware.photon.controller:photon-model:0.6.45")
'com.vmware.photon.controller:photon-model:jar:0.6.45'
<dependency org="com.vmware.photon.controller" name="photon-model" rev="0.6.45">
<artifact name="photon-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmware.photon.controller', module='photon-model', version='0.6.45')
)
libraryDependencies += "com.vmware.photon.controller" % "photon-model" % "0.6.45"
[com.vmware.photon.controller/photon-model "0.6.45"]