MVN

org.cloudfoundry : cloudfoundry-client-spring

Maven & Gradle

Jan 10, 2017
4 usages
216 stars

Cloud Foundry Java Client - Spring Implementation

<dependency>
    <groupId>org.cloudfoundry</groupId>
    <artifactId>cloudfoundry-client-spring</artifactId>
    <version>2.0.0.M8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cloudfoundry : cloudfoundry-client-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0.M8

All Versions

Choose a version of org.cloudfoundry : cloudfoundry-client-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
cloudfoundry-client-spring-2.0.0.M8
cloudfoundry-client-spring-2.0.0.M7
cloudfoundry-client-spring-2.0.0.M6
cloudfoundry-client-spring-2.0.0.M5
cloudfoundry-client-spring-2.0.0.M4
cloudfoundry-client-spring-2.0.0.M2
cloudfoundry-client-spring-2.0.0.M1

How to add a dependency to Maven

Add the following org.cloudfoundry : cloudfoundry-client-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cloudfoundry</groupId>
    <artifactId>cloudfoundry-client-spring</artifactId>
    <version>2.0.0.M8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cloudfoundry : cloudfoundry-client-spring gradle dependency to your build.gradle file:

implementation 'org.cloudfoundry:cloudfoundry-client-spring:2.0.0.M8'

Gradle Kotlin DSL: Add the following org.cloudfoundry : cloudfoundry-client-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cloudfoundry:cloudfoundry-client-spring:2.0.0.M8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cloudfoundry : cloudfoundry-client-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cloudfoundry" % "cloudfoundry-client-spring" % "2.0.0.M8"

Advertisement