Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.vandalsoftware.tools.gradle |
ArtifactId | ArtifactIdrobolectric |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
robolectric-0.2.0.pom | |
robolectric-0.2.0.jar | 49 KB |
robolectric-0.2.0-sources.jar | 3 KB |
robolectric-0.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.vandalsoftware.tools.gradle/robolectric/ -->
<dependency>
<groupId>com.vandalsoftware.tools.gradle</groupId>
<artifactId>robolectric</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vandalsoftware.tools.gradle/robolectric/
implementation 'com.vandalsoftware.tools.gradle:robolectric:0.2.0'
// https://jarcasting.com/artifacts/com.vandalsoftware.tools.gradle/robolectric/
implementation ("com.vandalsoftware.tools.gradle:robolectric:0.2.0")
'com.vandalsoftware.tools.gradle:robolectric:jar:0.2.0'
<dependency org="com.vandalsoftware.tools.gradle" name="robolectric" rev="0.2.0">
<artifact name="robolectric" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vandalsoftware.tools.gradle', module='robolectric', version='0.2.0')
)
libraryDependencies += "com.vandalsoftware.tools.gradle" % "robolectric" % "0.2.0"
[com.vandalsoftware.tools.gradle/robolectric "0.2.0"]