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