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