GroupId | GroupIdio.cloudsoft.jclouds.labs |
---|---|
ArtifactId | ArtifactIdgoogle-compute-engine |
Version | Version1.7.2-ea-brooklyn.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.cloudsoft.jclouds.labs/google-compute-engine/ -->
<dependency>
<groupId>io.cloudsoft.jclouds.labs</groupId>
<artifactId>google-compute-engine</artifactId>
<version>1.7.2-ea-brooklyn.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.cloudsoft.jclouds.labs/google-compute-engine/
implementation 'io.cloudsoft.jclouds.labs:google-compute-engine:1.7.2-ea-brooklyn.2'
// https://jarcasting.com/artifacts/io.cloudsoft.jclouds.labs/google-compute-engine/
implementation ("io.cloudsoft.jclouds.labs:google-compute-engine:1.7.2-ea-brooklyn.2")
'io.cloudsoft.jclouds.labs:google-compute-engine:jar:1.7.2-ea-brooklyn.2'
<dependency org="io.cloudsoft.jclouds.labs" name="google-compute-engine" rev="1.7.2-ea-brooklyn.2">
<artifact name="google-compute-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cloudsoft.jclouds.labs', module='google-compute-engine', version='1.7.2-ea-brooklyn.2')
)
libraryDependencies += "io.cloudsoft.jclouds.labs" % "google-compute-engine" % "1.7.2-ea-brooklyn.2"
[io.cloudsoft.jclouds.labs/google-compute-engine "1.7.2-ea-brooklyn.2"]