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