GroupId | GroupIdio.brooklyn.example |
---|---|
ArtifactId | ArtifactIdbrooklyn-example-simple-web-cluster |
Version | Version0.6.0-rc.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.brooklyn.example/brooklyn-example-simple-web-cluster/ -->
<dependency>
<groupId>io.brooklyn.example</groupId>
<artifactId>brooklyn-example-simple-web-cluster</artifactId>
<version>0.6.0-rc.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.brooklyn.example/brooklyn-example-simple-web-cluster/
implementation 'io.brooklyn.example:brooklyn-example-simple-web-cluster:0.6.0-rc.2'
// https://jarcasting.com/artifacts/io.brooklyn.example/brooklyn-example-simple-web-cluster/
implementation ("io.brooklyn.example:brooklyn-example-simple-web-cluster:0.6.0-rc.2")
'io.brooklyn.example:brooklyn-example-simple-web-cluster:jar:0.6.0-rc.2'
<dependency org="io.brooklyn.example" name="brooklyn-example-simple-web-cluster" rev="0.6.0-rc.2">
<artifact name="brooklyn-example-simple-web-cluster" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.brooklyn.example', module='brooklyn-example-simple-web-cluster', version='0.6.0-rc.2')
)
libraryDependencies += "io.brooklyn.example" % "brooklyn-example-simple-web-cluster" % "0.6.0-rc.2"
[io.brooklyn.example/brooklyn-example-simple-web-cluster "0.6.0-rc.2"]