Categories |
CategoriesJavaFX User Interface React Web Frameworks RxJava Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdio.reactivex.rxjava2 |
ArtifactId | ArtifactIdrxjavafx |
Last Version | Last Version2.11.0-RC16 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
rxjavafx-2.11.0-RC16.pom | |
rxjavafx-2.11.0-RC16.jar | 57 KB |
rxjavafx-2.11.0-RC16-sources.jar | 32 KB |
rxjavafx-2.11.0-RC16-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.reactivex.rxjava2/rxjavafx/ -->
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjavafx</artifactId>
<version>2.11.0-RC16</version>
</dependency>
// https://jarcasting.com/artifacts/io.reactivex.rxjava2/rxjavafx/
implementation 'io.reactivex.rxjava2:rxjavafx:2.11.0-RC16'
// https://jarcasting.com/artifacts/io.reactivex.rxjava2/rxjavafx/
implementation ("io.reactivex.rxjava2:rxjavafx:2.11.0-RC16")
'io.reactivex.rxjava2:rxjavafx:jar:2.11.0-RC16'
<dependency org="io.reactivex.rxjava2" name="rxjavafx" rev="2.11.0-RC16">
<artifact name="rxjavafx" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.reactivex.rxjava2', module='rxjavafx', version='2.11.0-RC16')
)
libraryDependencies += "io.reactivex.rxjava2" % "rxjavafx" % "2.11.0-RC16"
[io.reactivex.rxjava2/rxjavafx "2.11.0-RC16"]