is not current version
Last Version 1.0.0

org.apache.brooklyn.example:brooklyn-example-hello-world-webapp 0.8.0-incubating


GroupId

GroupId

org.apache.brooklyn.example
ArtifactId

ArtifactId

brooklyn-example-hello-world-webapp
Version

Version

0.8.0-incubating
Type

Type

war

Download brooklyn-example-hello-world-webapp 0.8.0-incubating


<!-- https://jarcasting.com/artifacts/org.apache.brooklyn.example/brooklyn-example-hello-world-webapp/ -->
<dependency>
    <groupId>org.apache.brooklyn.example</groupId>
    <artifactId>brooklyn-example-hello-world-webapp</artifactId>
    <version>0.8.0-incubating</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.brooklyn.example/brooklyn-example-hello-world-webapp/
implementation 'org.apache.brooklyn.example:brooklyn-example-hello-world-webapp:0.8.0-incubating'
// https://jarcasting.com/artifacts/org.apache.brooklyn.example/brooklyn-example-hello-world-webapp/
implementation ("org.apache.brooklyn.example:brooklyn-example-hello-world-webapp:0.8.0-incubating")
'org.apache.brooklyn.example:brooklyn-example-hello-world-webapp:war:0.8.0-incubating'
<dependency org="org.apache.brooklyn.example" name="brooklyn-example-hello-world-webapp" rev="0.8.0-incubating">
  <artifact name="brooklyn-example-hello-world-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.brooklyn.example', module='brooklyn-example-hello-world-webapp', version='0.8.0-incubating')
)
libraryDependencies += "org.apache.brooklyn.example" % "brooklyn-example-hello-world-webapp" % "0.8.0-incubating"
[org.apache.brooklyn.example/brooklyn-example-hello-world-webapp "0.8.0-incubating"]