GroupId | GroupIdio.brooklyn.example |
---|---|
ArtifactId | ArtifactIdbrooklyn-examples-parent |
Version | Version0.6.0-rc.1 |
Type | Typepom |
Filename | Size |
---|---|
brooklyn-examples-parent-0.6.0-rc.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.brooklyn.example/brooklyn-examples-parent/ -->
<dependency>
<groupId>io.brooklyn.example</groupId>
<artifactId>brooklyn-examples-parent</artifactId>
<version>0.6.0-rc.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.brooklyn.example/brooklyn-examples-parent/
implementation 'io.brooklyn.example:brooklyn-examples-parent:0.6.0-rc.1'
// https://jarcasting.com/artifacts/io.brooklyn.example/brooklyn-examples-parent/
implementation ("io.brooklyn.example:brooklyn-examples-parent:0.6.0-rc.1")
'io.brooklyn.example:brooklyn-examples-parent:pom:0.6.0-rc.1'
<dependency org="io.brooklyn.example" name="brooklyn-examples-parent" rev="0.6.0-rc.1">
<artifact name="brooklyn-examples-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.brooklyn.example', module='brooklyn-examples-parent', version='0.6.0-rc.1')
)
libraryDependencies += "io.brooklyn.example" % "brooklyn-examples-parent" % "0.6.0-rc.1"
[io.brooklyn.example/brooklyn-examples-parent "0.6.0-rc.1"]