is not current version
Last Version 2.0.1

com.elastisys.scale:cloudadapters.openstack 2.0.0

A cloud adapter capable of managing a scaling group of OpenStack servers. This build module produces an all-in-one "server and application" executable jar file. When executed, it starts an embedded web server that publishes the cloud adapter REST API endpoint.

GroupId

GroupId

com.elastisys.scale
ArtifactId

ArtifactId

cloudadapters.openstack
Version

Version

2.0.0
Type

Type

jar

Download cloudadapters.openstack 2.0.0


<!-- https://jarcasting.com/artifacts/com.elastisys.scale/cloudadapters.openstack/ -->
<dependency>
    <groupId>com.elastisys.scale</groupId>
    <artifactId>cloudadapters.openstack</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.elastisys.scale/cloudadapters.openstack/
implementation 'com.elastisys.scale:cloudadapters.openstack:2.0.0'
// https://jarcasting.com/artifacts/com.elastisys.scale/cloudadapters.openstack/
implementation ("com.elastisys.scale:cloudadapters.openstack:2.0.0")
'com.elastisys.scale:cloudadapters.openstack:jar:2.0.0'
<dependency org="com.elastisys.scale" name="cloudadapters.openstack" rev="2.0.0">
  <artifact name="cloudadapters.openstack" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.elastisys.scale', module='cloudadapters.openstack', version='2.0.0')
)
libraryDependencies += "com.elastisys.scale" % "cloudadapters.openstack" % "2.0.0"
[com.elastisys.scale/cloudadapters.openstack "2.0.0"]