b

brooklyn-examples-parent

Brooklyn examples module, building the Brooklyn examples.
Files download
File Operation
brooklyn-examples-parent-1.0.0-M1.pom download
Apache Maven
<dependency>
  <groupId>org.apache.brooklyn.example</groupId>
  <artifactId>brooklyn-examples-parent</artifactId>
  <version>1.0.0-M1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.brooklyn.example:brooklyn-examples-parent:1.0.0-M1'
Gradle Kotlin
implementation("org.apache.brooklyn.example:brooklyn-examples-parent:1.0.0-M1")
Scala SBT
libraryDependencies += "org.apache.brooklyn.example" % "brooklyn-examples-parent" % "1.0.0-M1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.brooklyn.example', module='brooklyn-examples-parent', version='1.0.0-M1')
)
Apache Ivy
<dependency org="org.apache.brooklyn.example" name="brooklyn-examples-parent" rev="1.0.0-M1" />
Leiningen
[org.apache.brooklyn.example/brooklyn-examples-parent "1.0.0-M1"]
Apache Buildr
'org.apache.brooklyn.example:brooklyn-examples-parent:jar:1.0.0-M1'