License |
License |
---|---|
GroupId | GroupIdorg.apache.brooklyn.example |
ArtifactId | ArtifactIdbrooklyn-example-hello-world-sql-webapp |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typewar |
Description |
Descriptionhello-world-sql-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-sql-webapp/ -->
<dependency>
<groupId>org.apache.brooklyn.example</groupId>
<artifactId>brooklyn-example-hello-world-sql-webapp</artifactId>
<version>1.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.brooklyn.example/brooklyn-example-hello-world-sql-webapp/
implementation 'org.apache.brooklyn.example:brooklyn-example-hello-world-sql-webapp:1.0.0'
// https://jarcasting.com/artifacts/org.apache.brooklyn.example/brooklyn-example-hello-world-sql-webapp/
implementation ("org.apache.brooklyn.example:brooklyn-example-hello-world-sql-webapp:1.0.0")
'org.apache.brooklyn.example:brooklyn-example-hello-world-sql-webapp:war:1.0.0'
<dependency org="org.apache.brooklyn.example" name="brooklyn-example-hello-world-sql-webapp" rev="1.0.0">
<artifact name="brooklyn-example-hello-world-sql-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.brooklyn.example', module='brooklyn-example-hello-world-sql-webapp', version='1.0.0')
)
libraryDependencies += "org.apache.brooklyn.example" % "brooklyn-example-hello-world-sql-webapp" % "1.0.0"
[org.apache.brooklyn.example/brooklyn-example-hello-world-sql-webapp "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.10.1 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.10.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.1 |
com.fasterxml.jackson.datatype : jackson-datatype-joda | jar | 2.10.1 |
mysql : mysql-connector-java | jar | 5.1.18 |
org.mongodb : mongo-java-driver | jar | 3.0.3 |
com.basho.riak : riak-client | jar | 1.4.0 |
redis.clients : jedis | jar | 1.5.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |