License |
License |
---|---|
Categories |
CategoriesGradle Build Tools Git Development Tools Version Controls |
GroupId | GroupIdcom.esyfur |
ArtifactId | ArtifactIdgradle-git |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongradle-git
Git plugin for Gradle that uses native binary.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationPersic Entertainment |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gradle-git-0.1.1.pom | |
gradle-git-0.1.1.jar | 3 KB |
gradle-git-0.1.1-sources.jar | 1 KB |
gradle-git-0.1.1-javadoc.jar | 348 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.esyfur/gradle-git/ -->
<dependency>
<groupId>com.esyfur</groupId>
<artifactId>gradle-git</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.esyfur/gradle-git/
implementation 'com.esyfur:gradle-git:0.1.1'
// https://jarcasting.com/artifacts/com.esyfur/gradle-git/
implementation ("com.esyfur:gradle-git:0.1.1")
'com.esyfur:gradle-git:jar:0.1.1'
<dependency org="com.esyfur" name="gradle-git" rev="0.1.1">
<artifact name="gradle-git" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.esyfur', module='gradle-git', version='0.1.1')
)
libraryDependencies += "com.esyfur" % "gradle-git" % "0.1.1"
[com.esyfur/gradle-git "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.ajoberstar : gradle-git | jar | 0.6.+ |
org.scala-lang : scala-library | jar | 2.10.3 |