is not current version
Last Version 0.7.0-M1

io.brooklyn.example:brooklyn-example-hello-world-sql-webapp 0.6.0-M2


GroupId

GroupId

io.brooklyn.example
ArtifactId

ArtifactId

brooklyn-example-hello-world-sql-webapp
Version

Version

0.6.0-M2
Type

Type

war

Download brooklyn-example-hello-world-sql-webapp 0.6.0-M2


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