License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.hyleung |
ArtifactId | ArtifactIdrx-testkit-java |
Version | Version2.0.0 |
Type | Typejar |
Description |
DescriptionRxTestkit
AssertJ for RxJava
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rx-testkit-java-2.0.0.pom | |
rx-testkit-java-2.0.0.jar | 6 KB |
rx-testkit-java-2.0.0-sources.jar | 4 KB |
rx-testkit-java-2.0.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hyleung/rx-testkit-java/ -->
<dependency>
<groupId>com.github.hyleung</groupId>
<artifactId>rx-testkit-java</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hyleung/rx-testkit-java/
implementation 'com.github.hyleung:rx-testkit-java:2.0.0'
// https://jarcasting.com/artifacts/com.github.hyleung/rx-testkit-java/
implementation ("com.github.hyleung:rx-testkit-java:2.0.0")
'com.github.hyleung:rx-testkit-java:jar:2.0.0'
<dependency org="com.github.hyleung" name="rx-testkit-java" rev="2.0.0">
<artifact name="rx-testkit-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hyleung', module='rx-testkit-java', version='2.0.0')
)
libraryDependencies += "com.github.hyleung" % "rx-testkit-java" % "2.0.0"
[com.github.hyleung/rx-testkit-java "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 2.2.0 |
io.reactivex.rxjava2 : rxjava | jar | 2.0.0 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.spockframework : spock-core | jar | 1.0-groovy-2.4 |
org.mockito : mockito-core | jar | 1.10.19 |
org.codehaus.groovy : groovy-all | jar | 2.4.4 |