| License |
License |
|---|---|
| GroupId | GroupIdcom.github.alexvictoor |
| ArtifactId | ArtifactIdmarbletest4j |
| Version | Version1.3 |
| Type | Typejar |
| Description |
Descriptionmarbletest4j
Java port of RxJS marble tests
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| marbletest4j-1.3.pom | |
| marbletest4j-1.3.jar | 101 KB |
| marbletest4j-1.3-sources.jar | 33 KB |
| marbletest4j-1.3-javadoc.jar | 310 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.alexvictoor/marbletest4j/ -->
<dependency>
<groupId>com.github.alexvictoor</groupId>
<artifactId>marbletest4j</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alexvictoor/marbletest4j/
implementation 'com.github.alexvictoor:marbletest4j:1.3'
// https://jarcasting.com/artifacts/com.github.alexvictoor/marbletest4j/
implementation ("com.github.alexvictoor:marbletest4j:1.3")
'com.github.alexvictoor:marbletest4j:jar:1.3'
<dependency org="com.github.alexvictoor" name="marbletest4j" rev="1.3">
<artifact name="marbletest4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alexvictoor', module='marbletest4j', version='1.3')
)
libraryDependencies += "com.github.alexvictoor" % "marbletest4j" % "1.3"
[com.github.alexvictoor/marbletest4j "1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.reactivex : rxjava Optional | jar | 1.2.1 |
| io.reactivex.rxjava2 : rxjava Optional | jar | 2.0.8 |
| io.projectreactor : reactor-core Optional | jar | 3.0.6.RELEASE |
| io.projectreactor.addons : reactor-test Optional | jar | 3.0.6.RELEASE |
| junit : junit Optional | jar | 4.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 1.6.1 |