MVN

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

Maven & Gradle

Dec 17, 2014
343 stars

android-unit-test · Gradle plugin to add unit testing to android plugin. Prepared for Robolectric.

<dependency>
    <groupId>com.github.jcandksolutions.gradle</groupId>
    <artifactId>android-unit-test</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jcandksolutions.gradle : android-unit-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of com.github.jcandksolutions.gradle : android-unit-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
android-unit-test-2.1.1
android-unit-test-2.1.0
2.0.x
android-unit-test-2.0.2
android-unit-test-2.0.1
android-unit-test-2.0.0
1.6.x
android-unit-test-1.6.3
android-unit-test-1.6.2
android-unit-test-1.6.1
android-unit-test-1.6.0
1.5.x
android-unit-test-1.5.1
android-unit-test-1.5.0
1.4.x
android-unit-test-1.4.0
1.3.x
android-unit-test-1.3.0
1.2.x
android-unit-test-1.2.3
android-unit-test-1.2.2
android-unit-test-1.2.1
android-unit-test-1.2.0
1.1.x
android-unit-test-1.1.0
1.0.x
android-unit-test-1.0.1
android-unit-test-1.0.0

How to add a dependency to Maven

Add the following com.github.jcandksolutions.gradle : android-unit-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jcandksolutions.gradle</groupId>
    <artifactId>android-unit-test</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jcandksolutions.gradle : android-unit-test gradle dependency to your build.gradle file:

implementation 'com.github.jcandksolutions.gradle:android-unit-test:2.1.1'

Gradle Kotlin DSL: Add the following com.github.jcandksolutions.gradle : android-unit-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jcandksolutions.gradle:android-unit-test:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jcandksolutions.gradle : android-unit-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jcandksolutions.gradle" % "android-unit-test" % "2.1.1"