Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.uphyca |
ArtifactId | ArtifactIdandroid-junit4 |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
android-junit4-0.2.pom | |
android-junit4-0.2.jar | 159 KB |
android-junit4-0.2-sources.jar | 111 KB |
android-junit4-0.2-javadoc.jar | 385 KB |
Browse |
<!-- 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"]