License |
License |
---|---|
Categories |
CategoriesGradle Build Tools Git Development Tools Version Controls |
GroupId | GroupIdcom.layer |
ArtifactId | ArtifactIdgradle-git-repo-plugin |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGradle Git Repo Plugin
Use a git repo as a maven-style repo
|
Filename | Size |
---|---|
gradle-git-repo-plugin-2.0.2.pom | |
gradle-git-repo-plugin-2.0.2.jar | 21 KB |
gradle-git-repo-plugin-2.0.2-sources.jar | 2 KB |
gradle-git-repo-plugin-2.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.layer/gradle-git-repo-plugin/ -->
<dependency>
<groupId>com.layer</groupId>
<artifactId>gradle-git-repo-plugin</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.layer/gradle-git-repo-plugin/
implementation 'com.layer:gradle-git-repo-plugin:2.0.2'
// https://jarcasting.com/artifacts/com.layer/gradle-git-repo-plugin/
implementation ("com.layer:gradle-git-repo-plugin:2.0.2")
'com.layer:gradle-git-repo-plugin:jar:2.0.2'
<dependency org="com.layer" name="gradle-git-repo-plugin" rev="2.0.2">
<artifact name="gradle-git-repo-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.layer', module='gradle-git-repo-plugin', version='2.0.2')
)
libraryDependencies += "com.layer" % "gradle-git-repo-plugin" % "2.0.2"
[com.layer/gradle-git-repo-plugin "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.ajoberstar : gradle-git | jar | 1.0.0 |