CloudFoundry plugin for Gradle

A plugin for Gradle that allows various operations on the CloudFoundry platform, like deploying, managing services, ...

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.gradle.api.plugins
ArtifactId

ArtifactId

gradle-cf-plugin
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

CloudFoundry plugin for Gradle
A plugin for Gradle that allows various operations on the CloudFoundry platform, like deploying, managing services, ...

Download gradle-cf-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/org.gradle.api.plugins/gradle-cf-plugin/ -->
<dependency>
    <groupId>org.gradle.api.plugins</groupId>
    <artifactId>gradle-cf-plugin</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.gradle.api.plugins/gradle-cf-plugin/
implementation 'org.gradle.api.plugins:gradle-cf-plugin:0.2.0'
// https://jarcasting.com/artifacts/org.gradle.api.plugins/gradle-cf-plugin/
implementation ("org.gradle.api.plugins:gradle-cf-plugin:0.2.0")
'org.gradle.api.plugins:gradle-cf-plugin:jar:0.2.0'
<dependency org="org.gradle.api.plugins" name="gradle-cf-plugin" rev="0.2.0">
  <artifact name="gradle-cf-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gradle.api.plugins', module='gradle-cf-plugin', version='0.2.0')
)
libraryDependencies += "org.gradle.api.plugins" % "gradle-cf-plugin" % "0.2.0"
[org.gradle.api.plugins/gradle-cf-plugin "0.2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.cloudfoundry : cloudfoundry-client-lib jar 0.7.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0