Mattock
JUnit4 tests runner for Android.
(In development)
License |
License |
---|---|
GroupId | GroupIdcom.stanfy.mattock |
ArtifactId | ArtifactIdandroid-lib |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionMattock
JUnit4 tests runner for Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
android-lib-1.0.pom | |
android-lib-1.0.aar | 6 KB |
android-lib-1.0-sources.jar | 3 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.stanfy.mattock : android-lib-dep | jar | 1.0 |
JUnit4 tests runner for Android.
(In development)