Gradle Git Plugin.
Git plugin for Gradle.
Here is the list of declaration for gradle-git. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.ajoberstar</groupId> <artifactId>gradle-git</artifactId> <version>0.9.0</version> </dependency>
If you think this Maven repository POM file listing for gradle-git is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.
The following packages are defined in the gradle-git-0.9.0.jar
org.ajoberstar.gradle.git.auth org.ajoberstar.gradle.git.ghpages org.ajoberstar.gradle.git.release org.ajoberstar.gradle.git.semver org.ajoberstar.gradle.util
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.ajoberstar</groupId> <artifactId>gradle-git</artifactId> <version>0.9.0</version> <dependencies> <dependency> <groupId>org.ajoberstar</groupId> <artifactId>grgit</artifactId> <version>0.2.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.zafarkhaja</groupId> <artifactId>java-semver</artifactId> <version>0.7.2</version> <scope>runtime</scope> </dependency> </dependencies> <name>Gradle Git Plugin</name> <description>Git plugin for Gradle</description> <url>http://github.com/ajoberstar/gradle-git</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <scm> <connection>scm:git:git@github.com:ajoberstar/gradle-git.git</connection> <developerConnection>scm:git:git@github.com:ajoberstar/gradle-git.git</developerConnection> <url>git@github.com:ajoberstar/gradle-git.git</url> </scm> </project>