b

brooklyn-examples-parent

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