axe-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.deque.android</groupId>
<artifactId>axe-android</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.deque.android</groupId>
<artifactId>axe-android</artifactId>
<version>0.2.0</version>
<name>Axe Android</name>
<description>Axe for Android</description>
<url>https://github.com/dequelabs/axe-android</url>
<licenses>
<license>
<name>LICENSE</name>
<url>https://github.com/dequelabs/axe-android/blob/develop/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>chriscm2006</id>
<name>Chris McMeeking</name>
<email>chris.mcmeeking@deque.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/dequelabs/axe-android.git</connection>
<developerConnection>scm:git:ssh:git@github.com:dequelabs/axe-android.git</developerConnection>
<url>https://github.com/dequelabs/axe-android</url>
</scm>
<dependencies>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-annotations</artifactId>
<version>24.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>15.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ar.com.hjg</groupId>
<artifactId>pngj</artifactId>
<version>2.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>