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