Categories |
CategoriesVMware Container Virtualization Tools Security |
---|---|
GroupId | GroupIdcom.vmware.photon.controller |
ArtifactId | ArtifactIdphoton-model-security |
Version | Version0.6.11 |
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.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.photon.controller/photon-model-security/
implementation 'com.vmware.photon.controller:photon-model-security:0.6.11'
// https://jarcasting.com/artifacts/com.vmware.photon.controller/photon-model-security/
implementation ("com.vmware.photon.controller:photon-model-security:0.6.11")
'com.vmware.photon.controller:photon-model-security:jar:0.6.11'
<dependency org="com.vmware.photon.controller" name="photon-model-security" rev="0.6.11">
<artifact name="photon-model-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmware.photon.controller', module='photon-model-security', version='0.6.11')
)
libraryDependencies += "com.vmware.photon.controller" % "photon-model-security" % "0.6.11"
[com.vmware.photon.controller/photon-model-security "0.6.11"]