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