gradle-build-info-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.ksoichiro</groupId> <artifactId>gradle-build-info-plugin</artifactId> <version>0.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.ksoichiro</groupId> <artifactId>gradle-build-info-plugin</artifactId> <version>0.2.0</version> <name>gradle-build-info-plugin</name> <description>Gradle plugin to include build information to your JAR</description> <url>https://github.com/ksoichiro/gradle-build-info-plugin</url> <inceptionYear>2015</inceptionYear> <licenses> <license> <name>Apache Licence 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>ksoichiro</id> <name>Soichiro Kashima</name> <url>http://ksoichiro.blogspot.jp/</url> </developer> </developers> <scm> <connection>scm:git@github.com/ksoichiro/gradle-build-info-plugin.git</connection> <developerConnection>scm:git@github.com:ksoichiro/gradle-build-info-plugin.git</developerConnection> <url>https://github.com/ksoichiro/gradle-build-info-plugin</url> </scm> <dependencies> <dependency> <groupId>org.spockframework</groupId> <artifactId>spock-core</artifactId> <version>1.0-groovy-2.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> <version>1.3.0.RELEASE</version> <scope>test</scope> </dependency> <dependency> <groupId>org.ajoberstar</groupId> <artifactId>grgit</artifactId> <version>1.4.1</version> <scope>compile</scope> </dependency> </dependencies> </project>