<dependency>
<groupId>org.apache.brooklyn.example</groupId>
<artifactId>brooklyn-example-simple-nosql-cluster</artifactId>
<version>0.9.0</version>
</dependency>
implementation 'org.apache.brooklyn.example:brooklyn-example-simple-nosql-cluster:0.9.0'
implementation("org.apache.brooklyn.example:brooklyn-example-simple-nosql-cluster:0.9.0")
libraryDependencies += "org.apache.brooklyn.example" % "brooklyn-example-simple-nosql-cluster" % "0.9.0"
@Grapes(
@Grab(group='org.apache.brooklyn.example', module='brooklyn-example-simple-nosql-cluster', version='0.9.0')
)
<dependency org="org.apache.brooklyn.example" name="brooklyn-example-simple-nosql-cluster" rev="0.9.0" />
<parent> <groupId>org.apache.brooklyn.example</groupId> <artifactId>brooklyn-examples-parent</artifactId> <version>0.9.0</version> </parent>
compile
|-- org.apache.brooklyn:brooklyn-core
|-- org.apache.brooklyn:brooklyn-launcher
|-- org.apache.brooklyn:brooklyn-software-messaging