License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdorg.gradle.api.plugins |
ArtifactId | ArtifactIdgradle-cf-plugin |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCloudFoundry plugin for Gradle
A plugin for Gradle that allows various operations on the CloudFoundry platform, like deploying, managing services, ...
|
Filename | Size |
---|---|
gradle-cf-plugin-0.2.0.pom | |
gradle-cf-plugin-0.2.0.jar | 133 KB |
gradle-cf-plugin-0.2.0-sources.jar | 20 KB |
gradle-cf-plugin-0.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.cloudfoundry : cloudfoundry-client-lib | jar | 0.7.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |