Download android-unit-test-model-1.0.jar file - Jar a

Jar examples for a:android-unit-test-model

Description

A collection of interfaces to allow a gradle android unit test plugin to communicate with an intellij plugin.

You can download jar file android-unit-test-model 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add android-unit-test-model-1.0.jar to your project.

<dependency>
   <groupId>me.tatarka.androidunittest</groupId>
   <artifactId>android-unit-test-model</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'me.tatarka.androidunittest', name: 'android-unit-test-model', version: '1.0'
libraryDependencies += "me.tatarka.androidunittest" % "android-unit-test-model" % "1.0"
<dependency org="me.tatarka.androidunittest" name="android-unit-test-model" rev="1.0"/>
@Grapes(@Grab(group='me.tatarka.androidunittest', module='android-unit-test-model', version='1.0'))
'me.tatarka.androidunittest:android-unit-test-model:jar:1.0'

Download

Click the following link to download the jar file.

android-unit-test-model-1.0-javadoc.jar
android-unit-test-model-1.0-sources.jar
android-unit-test-model-1.0.jar
android-unit-test-model-1.0.pom



Related Tutorials