processor
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>processor</artifactId>
<version>4.16.1</version>
</dependency><?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.robolectric</groupId>
<artifactId>processor</artifactId>
<version>4.16.1</version>
<name>processor</name>
<description>An alternative Android testing framework.</description>
<url>https://robolectric.org</url>
<licenses>
<license>
<name>The MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<name>Brett Chabot</name>
<email>brettchabot@google.com</email>
<organization>Google Inc.</organization>
<organizationUrl>https://google.com</organizationUrl>
</developer>
<developer>
<name>Michael Hoisie</name>
<email>hoisie@google.com</email>
<organization>Google Inc.</organization>
<organizationUrl>https://google.com</organizationUrl>
</developer>
<developer>
<name>Christian Williams</name>
<email>antixian666@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/robolectric/robolectric.git</connection>
<developerConnection>scm:git:git@github.com:robolectric/robolectric.git</developerConnection>
<url>https://github.com/robolectric/robolectric</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/robolectric/robolectric/issues</url>
</issueManagement>
<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/robolectric/robolectric/actions</url>
</ciManagement>
<dependencies>
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>annotations</artifactId>
<version>4.16.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>shadowapi</artifactId>
<version>4.16.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
<version>9.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.4.8-jre</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.13.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.auto</groupId>
<artifactId>auto-common</artifactId>
<version>1.2.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>central-portal</id>
<name>Central Staging Repository</name>
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>central-portal-snapshots</id>
<name>Central Snapshots Repository</name>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>