<dependency> <groupId>com.uphyca</groupId> <artifactId>android-junit4</artifactId> <version>0.5</version> </dependency>
implementation 'com.uphyca:android-junit4:0.5'
implementation("com.uphyca:android-junit4:0.5")
libraryDependencies += "com.uphyca" % "android-junit4" % "0.5"
@Grapes( @Grab(group='com.uphyca', module='android-junit4', version='0.5') )
<dependency org="com.uphyca" name="android-junit4" rev="0.5" />
[com.uphyca/android-junit4 "0.5"]
'com.uphyca:android-junit4:jar:0.5'
<parent> <groupId>com.uphyca</groupId> <artifactId>android-junit4-parent</artifactId> <version>0.5</version> </parent>
provided
|-- com.google.android:android:4.1.1.4
|-- com.google.android:android-test:4.1.1.4
|-- junit:junit:4.10