License |
License |
---|---|
Categories |
CategoriesGradle Build Tools Github Development Tools Version Controls |
GroupId | GroupIdme.trnl |
ArtifactId | ArtifactIdgithub-release-gradle-plugin |
Last Version | Last Version0.1 |
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/me.trnl/github-release-gradle-plugin/ -->
<dependency>
<groupId>me.trnl</groupId>
<artifactId>github-release-gradle-plugin</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.trnl/github-release-gradle-plugin/
implementation 'me.trnl:github-release-gradle-plugin:0.1'
// https://jarcasting.com/artifacts/me.trnl/github-release-gradle-plugin/
implementation ("me.trnl:github-release-gradle-plugin:0.1")
'me.trnl:github-release-gradle-plugin:jar:0.1'
<dependency org="me.trnl" name="github-release-gradle-plugin" rev="0.1">
<artifact name="github-release-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.trnl', module='github-release-gradle-plugin', version='0.1')
)
libraryDependencies += "me.trnl" % "github-release-gradle-plugin" % "0.1"
[me.trnl/github-release-gradle-plugin "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy.modules.http-builder : http-builder | jar | 0.6 |