gradle
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.appthwack</groupId>
<artifactId>gradle</artifactId>
<version>1.3</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.appthwack</groupId>
<artifactId>gradle</artifactId>
<version>1.3</version>
<name>AppThwack Plugin for Android</name>
<description>Adds support for deploying Android application to https://appthwack.com from the Android build system.</description>
<url>https://appthwack.com</url>
<inceptionYear>2013</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Andrew Hawker</name>
<email>andrew@appthwack.com</email>
<organization>org.apache.maven.model.Organization@28ab34f2</organization>
<organizationUrl>https://appthwack.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>git://github.com/appthwack/gradle-plugin.git</connection>
<url>https://github.com/appthwack/gradle-plugin.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.android.tools.build</groupId>
<artifactId>builder-test-api</artifactId>
<version>0.5.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.appthwack</groupId>
<artifactId>appthwack</artifactId>
<version>1.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>