Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.uphyca |
ArtifactId | ArtifactIdandroid-junit4 |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
android-junit4-0.3.pom | |
android-junit4-0.3.jar | 159 KB |
android-junit4-0.3-sources.jar | 111 KB |
android-junit4-0.3-javadoc.jar | 385 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.uphyca/android-junit4/ -->
<dependency>
<groupId>com.uphyca</groupId>
<artifactId>android-junit4</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.uphyca/android-junit4/
implementation 'com.uphyca:android-junit4:0.3'
// https://jarcasting.com/artifacts/com.uphyca/android-junit4/
implementation ("com.uphyca:android-junit4:0.3")
'com.uphyca:android-junit4:jar:0.3'
<dependency org="com.uphyca" name="android-junit4" rev="0.3">
<artifact name="android-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uphyca', module='android-junit4', version='0.3')
)
libraryDependencies += "com.uphyca" % "android-junit4" % "0.3"
[com.uphyca/android-junit4 "0.3"]