| GroupId | GroupIdorg.robolectric |
|---|---|
| ArtifactId | ArtifactIdresources |
| Version | Version3.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| resources-3.8.pom | |
| resources-3.8.jar | 158 KB |
| resources-3.8-sources.jar | 94 KB |
| resources-3.8-javadoc.jar | 300 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.robolectric/resources/ -->
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>resources</artifactId>
<version>3.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.robolectric/resources/
implementation 'org.robolectric:resources:3.8'
// https://jarcasting.com/artifacts/org.robolectric/resources/
implementation ("org.robolectric:resources:3.8")
'org.robolectric:resources:jar:3.8'
<dependency org="org.robolectric" name="resources" rev="3.8">
<artifact name="resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robolectric', module='resources', version='3.8')
)
libraryDependencies += "org.robolectric" % "resources" % "3.8"
[org.robolectric/resources "3.8"]