MVN

io.brooklyn.example : brooklyn-example-portable-cloudfoundry

Maven & Gradle

Apr 02, 2013
71 stars

Brooklyn Portable CloudFoundry Example

<dependency>
    <groupId>io.brooklyn.example</groupId>
    <artifactId>brooklyn-example-portable-cloudfoundry</artifactId>
    <version>0.5.0-M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.brooklyn.example : brooklyn-example-portable-cloudfoundry to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.0-M2
  • Latest Release Candidate: 0.5.0-rc.1

All Versions

Choose a version of io.brooklyn.example : brooklyn-example-portable-cloudfoundry to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
brooklyn-example-portable-cloudfoundry-0.5.0-rc.1
brooklyn-example-portable-cloudfoundry-0.5.0-M2
brooklyn-example-portable-cloudfoundry-0.5.0-M1
0.4.x
brooklyn-example-portable-cloudfoundry-0.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.brooklyn.example</groupId>
    <artifactId>brooklyn-example-portable-cloudfoundry</artifactId>
    <version>0.5.0-M2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.brooklyn.example : brooklyn-example-portable-cloudfoundry gradle dependency to your build.gradle file:

implementation 'io.brooklyn.example:brooklyn-example-portable-cloudfoundry:0.5.0-M2'

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

implementation("io.brooklyn.example:brooklyn-example-portable-cloudfoundry:0.5.0-M2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.brooklyn.example : brooklyn-example-portable-cloudfoundry sbt scala dependency to your build.sbt file:

libraryDependencies += "io.brooklyn.example" % "brooklyn-example-portable-cloudfoundry" % "0.5.0-M2"