Last Version

Android Studio Unit Test Plugin (model) 1.0

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

License

License

GroupId

GroupId

me.tatarka.androidunittest
ArtifactId

ArtifactId

android-unit-test-model
Version

Version

1.0
Type

Type

jar
Description

Description

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

Project URL

https://github.com/evant/android-studio-unit-test-plugin

Download android-unit-test-model 1.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.