| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.uphyca |
| ArtifactId | ArtifactIdandroid-junit3-dbunit |
| Version | Version0.5 |
| Type | Typejar |
| Description |
DescriptionTools for Android testing with JUnit4
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| android-junit3-dbunit-0.5.pom | |
| android-junit3-dbunit-0.5.jar | 11 KB |
| android-junit3-dbunit-0.5-sources.jar | 5 KB |
| android-junit3-dbunit-0.5-javadoc.jar | 47 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.uphyca/android-junit3-dbunit/ -->
<dependency>
<groupId>com.uphyca</groupId>
<artifactId>android-junit3-dbunit</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.uphyca/android-junit3-dbunit/
implementation 'com.uphyca:android-junit3-dbunit:0.5'
// https://jarcasting.com/artifacts/com.uphyca/android-junit3-dbunit/
implementation ("com.uphyca:android-junit3-dbunit:0.5")
'com.uphyca:android-junit3-dbunit:jar:0.5'
<dependency org="com.uphyca" name="android-junit3-dbunit" rev="0.5">
<artifact name="android-junit3-dbunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uphyca', module='android-junit3-dbunit', version='0.5')
)
libraryDependencies += "com.uphyca" % "android-junit3-dbunit" % "0.5"
[com.uphyca/android-junit3-dbunit "0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.dbunit : dbunit | jar | 2.4.8 |
| org.slf4j : slf4j-api | jar | 1.6.6 |
| org.slf4j : slf4j-simple | jar | 1.6.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android : android | jar | 4.1.1.4 |
| com.google.android : android-test | jar | 4.1.1.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| db » db | jar | 5.3.21 |