is not current version
Last Version 2.1.1

com.github.jcandksolutions.gradle:android-unit-test 1.2.2

Gradle plugin to add unit testing to android plugin. Prepared for Robolectric.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.jcandksolutions.gradle
ArtifactId

ArtifactId

android-unit-test
Version

Version

1.2.2
Type

Type

jar

Download android-unit-test 1.2.2


<!-- https://jarcasting.com/artifacts/com.github.jcandksolutions.gradle/android-unit-test/ -->
<dependency>
    <groupId>com.github.jcandksolutions.gradle</groupId>
    <artifactId>android-unit-test</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jcandksolutions.gradle/android-unit-test/
implementation 'com.github.jcandksolutions.gradle:android-unit-test:1.2.2'
// https://jarcasting.com/artifacts/com.github.jcandksolutions.gradle/android-unit-test/
implementation ("com.github.jcandksolutions.gradle:android-unit-test:1.2.2")
'com.github.jcandksolutions.gradle:android-unit-test:jar:1.2.2'
<dependency org="com.github.jcandksolutions.gradle" name="android-unit-test" rev="1.2.2">
  <artifact name="android-unit-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jcandksolutions.gradle', module='android-unit-test', version='1.2.2')
)
libraryDependencies += "com.github.jcandksolutions.gradle" % "android-unit-test" % "1.2.2"
[com.github.jcandksolutions.gradle/android-unit-test "1.2.2"]