Categories |
CategoriesVMware Container Virtualization Tools Security |
---|---|
GroupId | GroupIdcom.vmware.photon.controller |
ArtifactId | ArtifactIdphoton-model-security |
Version | Version0.6.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.vmware.photon.controller/photon-model-security/ -->
<dependency>
<groupId>com.vmware.photon.controller</groupId>
<artifactId>photon-model-security</artifactId>
<version>0.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.photon.controller/photon-model-security/
implementation 'com.vmware.photon.controller:photon-model-security:0.6.9'
// https://jarcasting.com/artifacts/com.vmware.photon.controller/photon-model-security/
implementation ("com.vmware.photon.controller:photon-model-security:0.6.9")
'com.vmware.photon.controller:photon-model-security:jar:0.6.9'
<dependency org="com.vmware.photon.controller" name="photon-model-security" rev="0.6.9">
<artifact name="photon-model-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmware.photon.controller', module='photon-model-security', version='0.6.9')
)
libraryDependencies += "com.vmware.photon.controller" % "photon-model-security" % "0.6.9"
[com.vmware.photon.controller/photon-model-security "0.6.9"]