Last Version

Github Gradle Release Plugins 1.1.0

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

License

License

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.1.0
Type

Type

jar
Description

Description

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

Project URL

http://github.com/evanchooly/github-release-gradle-plugin

Download github-release-gradle-plugin 1.1.0


<!-- 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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.antwerkz.github/github-release-gradle-plugin/
implementation 'com.antwerkz.github:github-release-gradle-plugin:1.1.0'
// https://jarcasting.com/artifacts/com.antwerkz.github/github-release-gradle-plugin/
implementation ("com.antwerkz.github:github-release-gradle-plugin:1.1.0")
'com.antwerkz.github:github-release-gradle-plugin:jar:1.1.0'
<dependency org="com.antwerkz.github" name="github-release-gradle-plugin" rev="1.1.0">
  <artifact name="github-release-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antwerkz.github', module='github-release-gradle-plugin', version='1.1.0')
)
libraryDependencies += "com.antwerkz.github" % "github-release-gradle-plugin" % "1.1.0"
[com.antwerkz.github/github-release-gradle-plugin "1.1.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.eclipse.jgit : org.eclipse.jgit jar 3.2.0.201312181205-r
org.codehaus.groovy.modules.http-builder : http-builder jar 0.6
org.kohsuke : github-api jar 1.47

runtime (1)

Group / Artifact Type Version
org.gradle.api.plugins : gradle-nexus-plugin jar 0.5

Project Modules

There are no modules declared in this project.