is not current version
Last Version 2.1.1

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

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.1.0
Type

Type

jar

Download android-unit-test 1.1.0


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