MVN

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

Maven & Gradle

Mar 04, 2014
3 stars

Github Gradle Release Plugins · Set of plugins that can help you to release your project on Github

<dependency>
    <groupId>com.antwerkz.github</groupId>
    <artifactId>github-release-gradle-plugin</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.antwerkz.github : github-release-gradle-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0
  • Latest Release Candidate: 1.0.0-RC3

All Versions

Choose a version of com.antwerkz.github : github-release-gradle-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
github-release-gradle-plugin-1.1.0
1.0.x
github-release-gradle-plugin-1.0.0
github-release-gradle-plugin-1.0.0-RC3
github-release-gradle-plugin-1.0.0-RC2
github-release-gradle-plugin-1.0.0-RC1

How to add a dependency to Maven

Add the following com.antwerkz.github : github-release-gradle-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.antwerkz.github</groupId>
    <artifactId>github-release-gradle-plugin</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.antwerkz.github : github-release-gradle-plugin gradle dependency to your build.gradle file:

implementation 'com.antwerkz.github:github-release-gradle-plugin:1.1.0'

Gradle Kotlin DSL: Add the following com.antwerkz.github : github-release-gradle-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.antwerkz.github:github-release-gradle-plugin:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.antwerkz.github : github-release-gradle-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.antwerkz.github" % "github-release-gradle-plugin" % "1.1.0"