about
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.goldin.plugins.gradle</groupId>
<artifactId>about</artifactId>
<version>0.3.1</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.goldin.plugins.gradle</groupId>
<artifactId>about</artifactId>
<version>0.3.1</version>
<name>Gradle Plugins</name>
<description>Gradle Plugins</description>
<url>http://evgeny-goldin.com/wiki/Gradle_Plugins</url>
<inceptionYear>2010</inceptionYear>
<licenses>
<license>
<name>Apache License</name>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>evgenyg</id>
<name>Evgeny Goldin</name>
<email>evgenyg@gmail.com</email>
<url>http://evgeny-goldin.com</url>
<roles>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:evgeny-goldin/gradle-plugins.git</connection>
<developerConnection>scm:git:git@github.com:evgeny-goldin/gradle-plugins.git</developerConnection>
<url>git@github.com:evgeny-goldin/gradle-plugins.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.gcontracts</groupId>
<artifactId>gcontracts-core</artifactId>
<version>1.2.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.gpars</groupId>
<artifactId>gpars</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.2.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.goldin.plugins.gradle</groupId>
<artifactId>common</artifactId>
<version>0.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>