is not current version
Last Version 5.2.3

com.elastisys.scale:cloudpool.google.compute 4.3.3

A cloud pool that manages Google Compute Engine (GCE) instance groups. 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 pool REST API endpoint.

GroupId

GroupId

com.elastisys.scale
ArtifactId

ArtifactId

cloudpool.google.compute
Version

Version

4.3.3
Type

Type

jar

Download cloudpool.google.compute 4.3.3


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