is not current version
Last Version 1.0.0

org.apache.brooklyn.example:brooklyn-example-hello-world-webapp 0.10.0


GroupId

GroupId

org.apache.brooklyn.example
ArtifactId

ArtifactId

brooklyn-example-hello-world-webapp
Version

Version

0.10.0
Type

Type

war

Download brooklyn-example-hello-world-webapp 0.10.0


<!-- 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.10.0</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.10.0'
// https://jarcasting.com/artifacts/org.apache.brooklyn.example/brooklyn-example-hello-world-webapp/
implementation ("org.apache.brooklyn.example:brooklyn-example-hello-world-webapp:0.10.0")
'org.apache.brooklyn.example:brooklyn-example-hello-world-webapp:war:0.10.0'
<dependency org="org.apache.brooklyn.example" name="brooklyn-example-hello-world-webapp" rev="0.10.0">
  <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.10.0')
)
libraryDependencies += "org.apache.brooklyn.example" % "brooklyn-example-hello-world-webapp" % "0.10.0"
[org.apache.brooklyn.example/brooklyn-example-hello-world-webapp "0.10.0"]