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