Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.pivotalservices |
ArtifactId | ArtifactIdya-cf-app-gradle-plugin |
Version | Version1.0.2.RELEASE |
Type | Typejar |
<!-- 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.2.RELEASE</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.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.pivotalservices/ya-cf-app-gradle-plugin/
implementation ("com.github.pivotalservices:ya-cf-app-gradle-plugin:1.0.2.RELEASE")
'com.github.pivotalservices:ya-cf-app-gradle-plugin:jar:1.0.2.RELEASE'
<dependency org="com.github.pivotalservices" name="ya-cf-app-gradle-plugin" rev="1.0.2.RELEASE">
<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.2.RELEASE')
)
libraryDependencies += "com.github.pivotalservices" % "ya-cf-app-gradle-plugin" % "1.0.2.RELEASE"
[com.github.pivotalservices/ya-cf-app-gradle-plugin "1.0.2.RELEASE"]