is not current version
Last Version 1.0.3

com.ryanharter.gradle-git-repo:gradle-plugin 1.0.0

Gradle plugin that supports using github as a maven repository.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.ryanharter.gradle-git-repo
ArtifactId

ArtifactId

gradle-plugin
Version

Version

1.0.0
Type

Type

jar

Download gradle-plugin 1.0.0


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