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