robolectric
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>robolectric</artifactId>
<version>4.15.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>robolectric</artifactId>
<version>4.15.1</version>
<name>robolectric</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.15.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>junit</artifactId>
<version>4.15.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>pluginapi</artifactId>
<version>4.15.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>resources</artifactId>
<version>4.15.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>sandbox</artifactId>
<version>4.15.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>utils</artifactId>
<version>4.15.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>utils-reflector</artifactId>
<version>4.15.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>plugins-maven-dependency-resolver</artifactId>
<version>4.15.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>shadows-framework</artifactId>
<version>4.15.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.80</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.test</groupId>
<artifactId>monitor</artifactId>
<version>1.7.2</version>
<type>aar</type>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.conscrypt</groupId>
<artifactId>conscrypt-openjdk-uber</artifactId>
<version>2.5.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.test.espresso</groupId>
<artifactId>espresso-idling-resource</artifactId>
<version>3.6.1</version>
<type>aar</type>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.testparameterinjector</groupId>
<artifactId>test-parameter-injector</artifactId>
<version>1.18</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>sonatype-nexus</id>
<name>Sonatype Nexus</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>