GroupId | GroupIdorg.apache.brooklyn.example |
---|---|
ArtifactId | ArtifactIdbrooklyn-example-hello-world-webapp |
Version | Version1.0.0-M1 |
Type | Typewar |
<!-- 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>1.0.0-M1</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:1.0.0-M1'
// https://jarcasting.com/artifacts/org.apache.brooklyn.example/brooklyn-example-hello-world-webapp/
implementation ("org.apache.brooklyn.example:brooklyn-example-hello-world-webapp:1.0.0-M1")
'org.apache.brooklyn.example:brooklyn-example-hello-world-webapp:war:1.0.0-M1'
<dependency org="org.apache.brooklyn.example" name="brooklyn-example-hello-world-webapp" rev="1.0.0-M1">
<artifact name="brooklyn-example-hello-world-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.brooklyn.example', module='brooklyn-example-hello-world-webapp', version='1.0.0-M1')
)
libraryDependencies += "org.apache.brooklyn.example" % "brooklyn-example-hello-world-webapp" % "1.0.0-M1"
[org.apache.brooklyn.example/brooklyn-example-hello-world-webapp "1.0.0-M1"]