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