| License |
License |
|---|---|
| GroupId | GroupIdorg.robolectric |
| ArtifactId | ArtifactIdsandbox |
| Last Version | Last Version4.8.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsandbox
An alternative Android testing framework.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| sandbox-4.8.1.pom | |
| sandbox-4.8.1.jar | 105 KB |
| sandbox-4.8.1-sources.jar | 51 KB |
| sandbox-4.8.1-javadoc.jar | 551 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.robolectric/sandbox/ -->
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>sandbox</artifactId>
<version>4.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.robolectric/sandbox/
implementation 'org.robolectric:sandbox:4.8.1'
// https://jarcasting.com/artifacts/org.robolectric/sandbox/
implementation ("org.robolectric:sandbox:4.8.1")
'org.robolectric:sandbox:jar:4.8.1'
<dependency org="org.robolectric" name="sandbox" rev="4.8.1">
<artifact name="sandbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robolectric', module='sandbox', version='4.8.1')
)
libraryDependencies += "org.robolectric" % "sandbox" % "4.8.1"
[org.robolectric/sandbox "4.8.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.robolectric : annotations | jar | 4.8.1 |
| org.robolectric : utils | jar | 4.8.1 |
| org.robolectric : shadowapi | jar | 4.8.1 |
| org.robolectric : utils-reflector | jar | 4.8.1 |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| javax.inject : javax.inject | jar | 1 |
| org.ow2.asm : asm | jar | 9.2 |
| org.ow2.asm : asm-commons | jar | 9.2 |
| com.google.guava : guava | jar | 27.0.1-jre |