Mattock
JUnit4 tests runner for Android.
(In development)
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.stanfy.mattock |
| Идентификатор | Идентификаторandroid-lib |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеMattock
JUnit4 tests runner for Android
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| android-lib-1.0.pom | |
| android-lib-1.0.aar | 6 KB |
| android-lib-1.0-sources.jar | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.stanfy.mattock/android-lib/ -->
<dependency>
<groupId>com.stanfy.mattock</groupId>
<artifactId>android-lib</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.stanfy.mattock/android-lib/
implementation 'com.stanfy.mattock:android-lib:1.0'
// https://jarcasting.com/artifacts/com.stanfy.mattock/android-lib/
implementation ("com.stanfy.mattock:android-lib:1.0")
'com.stanfy.mattock:android-lib:aar:1.0'
<dependency org="com.stanfy.mattock" name="android-lib" rev="1.0">
<artifact name="android-lib" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.stanfy.mattock', module='android-lib', version='1.0')
)
libraryDependencies += "com.stanfy.mattock" % "android-lib" % "1.0"
[com.stanfy.mattock/android-lib "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.stanfy.mattock : android-lib-dep | jar | 1.0 |
JUnit4 tests runner for Android.
(In development)