| GroupId | GroupIdcom.elastisys.scale |
|---|---|
| ArtifactId | ArtifactIdcloudadapters.openstack |
| Version | Version1.0.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.elastisys.scale/cloudadapters.openstack/ -->
<dependency>
<groupId>com.elastisys.scale</groupId>
<artifactId>cloudadapters.openstack</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.elastisys.scale/cloudadapters.openstack/
implementation 'com.elastisys.scale:cloudadapters.openstack:1.0.1'
// https://jarcasting.com/artifacts/com.elastisys.scale/cloudadapters.openstack/
implementation ("com.elastisys.scale:cloudadapters.openstack:1.0.1")
'com.elastisys.scale:cloudadapters.openstack:jar:1.0.1'
<dependency org="com.elastisys.scale" name="cloudadapters.openstack" rev="1.0.1">
<artifact name="cloudadapters.openstack" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.elastisys.scale', module='cloudadapters.openstack', version='1.0.1')
)
libraryDependencies += "com.elastisys.scale" % "cloudadapters.openstack" % "1.0.1"
[com.elastisys.scale/cloudadapters.openstack "1.0.1"]