<dependency>
<groupId>org.robolectric</groupId>
<artifactId>robolectric</artifactId>
<version>4.4.1</version>
</dependency>
compile
|-- org.robolectric:annotations:4.4.1
|-- org.robolectric:junit:4.4.1
|-- org.robolectric:pluginapi:4.4.1
|-- org.robolectric:resources:4.4.1
|-- org.robolectric:sandbox:4.4.1
|-- org.robolectric:utils:4.4.1
|-- org.robolectric:utils-reflector:4.4.1
|-- org.robolectric:plugins-maven-dependency-resolver:4.4.1
|-- javax.inject:javax.inject:1
|-- javax.annotation:javax.annotation-api:1.3.2
|-- org.robolectric:shadows-framework:4.4.1
|-- org.bouncycastle:bcprov-jdk15on:1.65
|-- androidx.test:monitor:1.3.0-rc03
test
|-- org.robolectric:android-all:10-robolectric-5803371
|-- junit:junit:4.12
|-- com.google.truth:truth:0.45
|-- com.google.truth.extensions:truth-java8-extension:0.45
|-- org.mockito:mockito-core:2.5.4
|-- org.hamcrest:hamcrest-junit:2.0.0.0
|-- androidx.test:core:1.3.0-rc03
|-- androidx.test.ext:junit:1.1.2-rc03
|-- androidx.test.ext:truth:1.3.0-rc03