License |
License |
---|---|
GroupId | GroupIdorg.apache.brooklyn.example |
ArtifactId | ArtifactIdbrooklyn-examples-parent |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBrooklyn Examples Aggregator Project
Brooklyn examples module, building the Brooklyn examples.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
brooklyn-examples-parent-1.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.brooklyn.example/brooklyn-examples-parent/ -->
<dependency>
<groupId>org.apache.brooklyn.example</groupId>
<artifactId>brooklyn-examples-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.brooklyn.example/brooklyn-examples-parent/
implementation 'org.apache.brooklyn.example:brooklyn-examples-parent:1.0.0'
// https://jarcasting.com/artifacts/org.apache.brooklyn.example/brooklyn-examples-parent/
implementation ("org.apache.brooklyn.example:brooklyn-examples-parent:1.0.0")
'org.apache.brooklyn.example:brooklyn-examples-parent:pom:1.0.0'
<dependency org="org.apache.brooklyn.example" name="brooklyn-examples-parent" rev="1.0.0">
<artifact name="brooklyn-examples-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.brooklyn.example', module='brooklyn-examples-parent', version='1.0.0')
)
libraryDependencies += "org.apache.brooklyn.example" % "brooklyn-examples-parent" % "1.0.0"
[org.apache.brooklyn.example/brooklyn-examples-parent "1.0.0"]