GroupId | GroupIdio.brooklyn.example |
---|---|
ArtifactId | ArtifactIdbrooklyn-example-simple-nosql-cluster |
Version | Version0.6.0-rc.3 |
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.6.0-rc.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.brooklyn.example/brooklyn-example-simple-nosql-cluster/
implementation 'io.brooklyn.example:brooklyn-example-simple-nosql-cluster:0.6.0-rc.3'
// https://jarcasting.com/artifacts/io.brooklyn.example/brooklyn-example-simple-nosql-cluster/
implementation ("io.brooklyn.example:brooklyn-example-simple-nosql-cluster:0.6.0-rc.3")
'io.brooklyn.example:brooklyn-example-simple-nosql-cluster:jar:0.6.0-rc.3'
<dependency org="io.brooklyn.example" name="brooklyn-example-simple-nosql-cluster" rev="0.6.0-rc.3">
<artifact name="brooklyn-example-simple-nosql-cluster" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.brooklyn.example', module='brooklyn-example-simple-nosql-cluster', version='0.6.0-rc.3')
)
libraryDependencies += "io.brooklyn.example" % "brooklyn-example-simple-nosql-cluster" % "0.6.0-rc.3"
[io.brooklyn.example/brooklyn-example-simple-nosql-cluster "0.6.0-rc.3"]