MVN

io.brooklyn.example : brooklyn-example-hello-world-webapp

Maven & Gradle

Mar 31, 2014
71 stars

hello-world-webapp Maven Webapp

<dependency>
    <groupId>io.brooklyn.example</groupId>
    <artifactId>brooklyn-example-hello-world-webapp</artifactId>
    <version>0.7.0-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.brooklyn.example : brooklyn-example-hello-world-webapp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.0-M1
  • Latest Release Candidate: 0.6.0-rc.4

All Versions

Choose a version of io.brooklyn.example : brooklyn-example-hello-world-webapp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
brooklyn-example-hello-world-webapp-0.7.0-M1
0.6.x
brooklyn-example-hello-world-webapp-0.6.0
brooklyn-example-hello-world-webapp-0.6.0-rc.4
brooklyn-example-hello-world-webapp-0.6.0-rc.3
brooklyn-example-hello-world-webapp-0.6.0-rc.2
brooklyn-example-hello-world-webapp-0.6.0-rc.1
brooklyn-example-hello-world-webapp-0.6.0-M2
brooklyn-example-hello-world-webapp-0.6.0-M1
0.5.x
brooklyn-example-hello-world-webapp-0.5.0
brooklyn-example-hello-world-webapp-0.5.0-rc.2
brooklyn-example-hello-world-webapp-0.5.0-rc.1
brooklyn-example-hello-world-webapp-0.5.0-M2
brooklyn-example-hello-world-webapp-0.5.0-M1
0.4.x
brooklyn-example-hello-world-webapp-0.4.0

How to add a dependency to Maven

Add the following io.brooklyn.example : brooklyn-example-hello-world-webapp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.brooklyn.example</groupId>
    <artifactId>brooklyn-example-hello-world-webapp</artifactId>
    <version>0.7.0-M1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.brooklyn.example : brooklyn-example-hello-world-webapp gradle dependency to your build.gradle file:

implementation 'io.brooklyn.example:brooklyn-example-hello-world-webapp:0.7.0-M1'

Gradle Kotlin DSL: Add the following io.brooklyn.example : brooklyn-example-hello-world-webapp gradle kotlin dependency to your build.gradle.kts file:

implementation("io.brooklyn.example:brooklyn-example-hello-world-webapp:0.7.0-M1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.brooklyn.example : brooklyn-example-hello-world-webapp sbt scala dependency to your build.sbt file:

libraryDependencies += "io.brooklyn.example" % "brooklyn-example-hello-world-webapp" % "0.7.0-M1"