Git Repo Gradle Plugin

Gradle plugin that supports using github as a maven repository.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.ryanharter.gradle-git-repo
ArtifactId

ArtifactId

gradle-plugin
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Git Repo Gradle Plugin
Gradle plugin that supports using github as a maven repository.
Project URL

Project URL

https://github.com/rharter/gradle-git-repo
Source Code Management

Source Code Management

https://github.com/rharter/gradle-git-repo

Download gradle-plugin

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.ajoberstar : gradle-git jar 0.12.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.1
1.0.0