License |
License |
---|---|
GroupId | GroupIdorg.apache.brooklyn.example |
ArtifactId | ArtifactIdbrooklyn-example-hello-world-webapp |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typewar |
Description |
Descriptionhello-world-webapp Maven Webapp
Brooklyn examples module, building the Brooklyn examples.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- 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</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'
// 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")
'org.apache.brooklyn.example:brooklyn-example-hello-world-webapp:war:1.0.0'
<dependency org="org.apache.brooklyn.example" name="brooklyn-example-hello-world-webapp" rev="1.0.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='1.0.0')
)
libraryDependencies += "org.apache.brooklyn.example" % "brooklyn-example-hello-world-webapp" % "1.0.0"
[org.apache.brooklyn.example/brooklyn-example-hello-world-webapp "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |