is not current version
Last Version 2.3.0-rc.6

com.github.pivotalservices:ya-cf-app-gradle-plugin 1.0.10-RC1

Gradle Plugin to push an application to Cloud Foundry

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.pivotalservices
ArtifactId

ArtifactId

ya-cf-app-gradle-plugin
Version

Version

1.0.10-RC1
Type

Type

jar

Download ya-cf-app-gradle-plugin 1.0.10-RC1


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