File | Operation |
---|---|
brooklyn-examples-parent-0.8.0-incubating.pom | download |
<dependency>
<groupId>org.apache.brooklyn.example</groupId>
<artifactId>brooklyn-examples-parent</artifactId>
<version>0.8.0-incubating</version>
<type>pom</type>
</dependency>
implementation 'org.apache.brooklyn.example:brooklyn-examples-parent:0.8.0-incubating'
implementation("org.apache.brooklyn.example:brooklyn-examples-parent:0.8.0-incubating")
libraryDependencies += "org.apache.brooklyn.example" % "brooklyn-examples-parent" % "0.8.0-incubating"
@Grapes(
@Grab(group='org.apache.brooklyn.example', module='brooklyn-examples-parent', version='0.8.0-incubating')
)
<dependency org="org.apache.brooklyn.example" name="brooklyn-examples-parent" rev="0.8.0-incubating" />
<parent> <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> <version>0.8.0-incubating</version> </parent>