MVN

me.tatarka.androidunittest : android-unit-test-model

Maven & Gradle

Jun 09, 2014
1 usages
234 stars

Android Studio Unit Test Plugin (model) · A collection of interfaces to allow a gradle android unit test plugin to communicate with an intellij plugin.

<dependency>
    <groupId>me.tatarka.androidunittest</groupId>
    <artifactId>android-unit-test-model</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.tatarka.androidunittest : android-unit-test-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of me.tatarka.androidunittest : android-unit-test-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
android-unit-test-model-1.0

How to add a dependency to Maven

Add the following me.tatarka.androidunittest : android-unit-test-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.tatarka.androidunittest</groupId>
    <artifactId>android-unit-test-model</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.tatarka.androidunittest : android-unit-test-model gradle dependency to your build.gradle file:

implementation 'me.tatarka.androidunittest:android-unit-test-model:1.0'

Gradle Kotlin DSL: Add the following me.tatarka.androidunittest : android-unit-test-model gradle kotlin dependency to your build.gradle.kts file:

implementation("me.tatarka.androidunittest:android-unit-test-model:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.tatarka.androidunittest : android-unit-test-model sbt scala dependency to your build.sbt file:

libraryDependencies += "me.tatarka.androidunittest" % "android-unit-test-model" % "1.0"