MVN

org.cloudfoundry : cloudfoundry-maven-plugin

Maven & Gradle

Jan 28, 2017
216 stars

Cloud Foundry Maven Plugin

<dependency>
    <groupId>org.cloudfoundry</groupId>
    <artifactId>cloudfoundry-maven-plugin</artifactId>
    <version>2.3.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.3.0.RELEASE
  • Latest Release Candidate: 2.0.0.RC2

All Versions

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

Version Vulnerabilities Updated
2.3.x
cloudfoundry-maven-plugin-2.3.0.RELEASE
2.2.x
cloudfoundry-maven-plugin-2.2.0.RELEASE
2.1.x
cloudfoundry-maven-plugin-2.1.0.RELEASE
2.0.x
cloudfoundry-maven-plugin-2.0.4.RELEASE
cloudfoundry-maven-plugin-2.0.3.RELEASE
cloudfoundry-maven-plugin-2.0.2.RELEASE
cloudfoundry-maven-plugin-2.0.1.RELEASE
cloudfoundry-maven-plugin-2.0.0.RELEASE
cloudfoundry-maven-plugin-2.0.0.RC2
cloudfoundry-maven-plugin-2.0.0.RC1
cloudfoundry-maven-plugin-2.0.0.M10
cloudfoundry-maven-plugin-2.0.0.M9
cloudfoundry-maven-plugin-2.0.0.M8
cloudfoundry-maven-plugin-2.0.0.M7
cloudfoundry-maven-plugin-2.0.0.M6
cloudfoundry-maven-plugin-2.0.0.M5
cloudfoundry-maven-plugin-2.0.0.M4
cloudfoundry-maven-plugin-2.0.0.M2
cloudfoundry-maven-plugin-2.0.0.M1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.cloudfoundry</groupId>
    <artifactId>cloudfoundry-maven-plugin</artifactId>
    <version>2.3.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.cloudfoundry:cloudfoundry-maven-plugin:2.3.0.RELEASE'

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

implementation("org.cloudfoundry:cloudfoundry-maven-plugin:2.3.0.RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.cloudfoundry" % "cloudfoundry-maven-plugin" % "2.3.0.RELEASE"

Advertisement