is not current version
Last Version 0.7.0-M1

io.brooklyn.example:brooklyn-example-hello-world-webapp 0.6.0-rc.4


GroupId

GroupId

io.brooklyn.example
ArtifactId

ArtifactId

brooklyn-example-hello-world-webapp
Version

Version

0.6.0-rc.4
Type

Type

war

Download brooklyn-example-hello-world-webapp 0.6.0-rc.4


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