MVN

org.cloudfoundry.tools : push-apps

Maven & Gradle

Jan 15, 2019
0 stars

Push Apps · A library that helps automate deployments of applications to Cloud Foundry.

<dependency>
    <groupId>org.cloudfoundry.tools</groupId>
    <artifactId>push-apps</artifactId>
    <version>0.0.59</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cloudfoundry.tools : push-apps to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.59

All Versions

Choose a version of org.cloudfoundry.tools : push-apps to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
push-apps-0.0.59
push-apps-0.0.58
push-apps-0.0.57
push-apps-0.0.56
push-apps-0.0.55
push-apps-0.0.54
push-apps-0.0.53
push-apps-0.0.52
push-apps-0.0.51
push-apps-0.0.50
push-apps-0.0.49
push-apps-0.0.47
push-apps-0.0.46
push-apps-0.0.45

How to add a dependency to Maven

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

<dependency>
    <groupId>org.cloudfoundry.tools</groupId>
    <artifactId>push-apps</artifactId>
    <version>0.0.59</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cloudfoundry.tools : push-apps gradle dependency to your build.gradle file:

implementation 'org.cloudfoundry.tools:push-apps:0.0.59'

Gradle Kotlin DSL: Add the following org.cloudfoundry.tools : push-apps gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cloudfoundry.tools:push-apps:0.0.59")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cloudfoundry.tools : push-apps sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cloudfoundry.tools" % "push-apps" % "0.0.59"

Advertisement