b

brooklyn-downstream-parent

Parent pom that can be used by downstream projects that use Brooklyn, or that contribute additional functionality to Brooklyn.
Files download
File Operation
brooklyn-downstream-parent-1.1.0.pom download
Apache Maven
<dependency>
  <groupId>org.apache.brooklyn</groupId>
  <artifactId>brooklyn-downstream-parent</artifactId>
  <version>1.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.brooklyn:brooklyn-downstream-parent:1.1.0'
Gradle Kotlin
implementation("org.apache.brooklyn:brooklyn-downstream-parent:1.1.0")
Scala SBT
libraryDependencies += "org.apache.brooklyn" % "brooklyn-downstream-parent" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.brooklyn', module='brooklyn-downstream-parent', version='1.1.0')
)
Apache Ivy
<dependency org="org.apache.brooklyn" name="brooklyn-downstream-parent" rev="1.1.0" />
Leiningen
[org.apache.brooklyn/brooklyn-downstream-parent "1.1.0"]
Apache Buildr
'org.apache.brooklyn:brooklyn-downstream-parent:jar:1.1.0'