is not current version
Last Version 1.1.0

com.antwerkz.github:github-release-gradle-plugin 1.0.0-RC3

Set of plugins that can help you to release your project on Github

Categories

Categories

Gradle Build Tools Ant Github Development Tools Version Controls
GroupId

GroupId

com.antwerkz.github
ArtifactId

ArtifactId

github-release-gradle-plugin
Version

Version

1.0.0-RC3
Type

Type

jar

Download github-release-gradle-plugin 1.0.0-RC3


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