Usage
Inject pom with:
<dependency>
<groupId>com.github.japgolly.android.test</groupId>
<artifactId>test_utils</artifactId>
<version>1.0.2</version>
<scope>test</scope>
</dependency>
License |
License |
---|---|
GroupId | GroupIdcom.github.japgolly.android.test |
ArtifactId | ArtifactIdtest_utils |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAndroid Test Utils
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
test_utils-1.0.2.pom | |
test_utils-1.0.2.jar | 25 KB |
test_utils-1.0.2-sources.jar | 13 KB |
test_utils-1.0.2-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.japgolly.android.test/test_utils/ -->
<dependency>
<groupId>com.github.japgolly.android.test</groupId>
<artifactId>test_utils</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.japgolly.android.test/test_utils/
implementation 'com.github.japgolly.android.test:test_utils:1.0.2'
// https://jarcasting.com/artifacts/com.github.japgolly.android.test/test_utils/
implementation ("com.github.japgolly.android.test:test_utils:1.0.2")
'com.github.japgolly.android.test:test_utils:jar:1.0.2'
<dependency org="com.github.japgolly.android.test" name="test_utils" rev="1.0.2">
<artifact name="test_utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.japgolly.android.test', module='test_utils', version='1.0.2')
)
libraryDependencies += "com.github.japgolly.android.test" % "test_utils" % "1.0.2"
[com.github.japgolly.android.test/test_utils "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.japgolly.android.test : robolectric | jar | 1.2-8.1 |
org.easytesting : fest-assert-core | jar | 2.0M8 |
junit : junit | jar | 4.10 |
org.mockito : mockito-core | jar | 1.9.5 |
Group / Artifact | Type | Version |
---|---|---|
android » android | jar | 4.2_r1 |
Inject pom with:
<dependency>
<groupId>com.github.japgolly.android.test</groupId>
<artifactId>test_utils</artifactId>
<version>1.0.2</version>
<scope>test</scope>
</dependency>