License |
License |
---|---|
Categories |
CategoriesGradle Build Tools Ant Github Development Tools Version Controls |
GroupId | GroupIdcom.antwerkz.github |
ArtifactId | ArtifactIdgithub-release-gradle-plugin |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGithub Gradle Release Plugins
Set of plugins that can help you to release your project on Github
|
Project URL |
Project URL |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.gradle.api.plugins : gradle-nexus-plugin | jar | 0.5 |