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