Registry / utility / rxjava-core

rxjava-core

JSON →
library0.20.7javamavenunverified

RxJava is a Java VM implementation of Reactive Extensions for composing asynchronous and event-based programs.

<dependency> <groupId>com.netflix.rxjava</groupId> <artifactId>rxjava-core</artifactId> <version>0.20.7</version> </dependency>
INSTALL
IMPORT
SIG · RXJAVA-CORE
R
rxjava-core
utilityjavav0.20.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Observable
rx.Observable

Minimal example creating an Observable and subscribing to it.

import rx.Observable; public class Example { public static void main(String[] args) { Observable.just("Hello", "RxJava") .subscribe(System.out::println); } }
Debug
Known issues
breakingRxJava 1.x is outdated; consider migrating to RxJava 2.x or 3.x for new projects.
fix
Use io.reactivex.rxjava2:rxjava or io.reactivex.rxjava3:rxjava instead.
affects: >=1.0.0
Upgrade
Version history
0.20.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
rxjava-core — mvn dependency:get rxjava-core · libregistry