License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.ryanharter.gradle-git-repo |
ArtifactId | ArtifactIdgradle-plugin |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGit Repo Gradle Plugin
Gradle plugin that supports using github as a maven repository.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gradle-plugin-1.0.3.pom | |
gradle-plugin-1.0.3.jar | 15 KB |
gradle-plugin-1.0.3-sources.jar | 2 KB |
gradle-plugin-1.0.3-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.ajoberstar : gradle-git | jar | 0.12.0 |