is not current version
Last Version 0.2.1

com.vandalsoftware.tools.gradle:robolectric 0.2.0

Robolectric Gradle plugin

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.vandalsoftware.tools.gradle
ArtifactId

ArtifactId

robolectric
Version

Version

0.2.0
Type

Type

jar

Download robolectric 0.2.0


<!-- 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"]