is not current version
Last Version 0.5

com.uphyca:android-junit4 0.2

Tools for Android testing with JUnit4

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.uphyca
ArtifactId

ArtifactId

android-junit4
Version

Version

0.2
Type

Type

jar

Download android-junit4 0.2


<!-- https://jarcasting.com/artifacts/com.uphyca/android-junit4/ -->
<dependency>
    <groupId>com.uphyca</groupId>
    <artifactId>android-junit4</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.uphyca/android-junit4/
implementation 'com.uphyca:android-junit4:0.2'
// https://jarcasting.com/artifacts/com.uphyca/android-junit4/
implementation ("com.uphyca:android-junit4:0.2")
'com.uphyca:android-junit4:jar:0.2'
<dependency org="com.uphyca" name="android-junit4" rev="0.2">
  <artifact name="android-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uphyca', module='android-junit4', version='0.2')
)
libraryDependencies += "com.uphyca" % "android-junit4" % "0.2"
[com.uphyca/android-junit4 "0.2"]