License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.vandalsoftware.tools.gradle |
ArtifactId | ArtifactIdrobolectric |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRobolectric Gradle Plugin
Robolectric Gradle plugin
|
Project URL |
Project URL |
Filename | Size |
---|---|
robolectric-0.2.1.pom | |
robolectric-0.2.1.jar | 49 KB |
robolectric-0.2.1-sources.jar | 3 KB |
robolectric-0.2.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.vandalsoftware.tools.gradle/robolectric/
implementation 'com.vandalsoftware.tools.gradle:robolectric:0.2.1'
// https://jarcasting.com/artifacts/com.vandalsoftware.tools.gradle/robolectric/
implementation ("com.vandalsoftware.tools.gradle:robolectric:0.2.1")
'com.vandalsoftware.tools.gradle:robolectric:jar:0.2.1'
<dependency org="com.vandalsoftware.tools.gradle" name="robolectric" rev="0.2.1">
<artifact name="robolectric" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vandalsoftware.tools.gradle', module='robolectric', version='0.2.1')
)
libraryDependencies += "com.vandalsoftware.tools.gradle" % "robolectric" % "0.2.1"
[com.vandalsoftware.tools.gradle/robolectric "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.android.tools.build : gradle | jar | 0.14.0 |