{"id":54280,"library":"rxjava","title":"RxJava","description":"Reactive Extensions for Java.","status":"active","version":"2.2.21","language":"java","source_language":null,"source_url":"https://github.com/ReactiveX/RxJava","tags":["reactive","rxjava","observable","async"],"install":[{"cmd":"<dependency>\n  <groupId>io.reactivex.rxjava2</groupId>\n  <artifactId>rxjava</artifactId>\n  <version>2.2.21</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.reactivex.rxjava2:rxjava:2.2.21'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Observable","correct":"io.reactivex.Observable"}],"quickstart":{"code":"import io.reactivex.Observable;\n\npublic class RxJavaExample {\n    public static void main(String[] args) {\n        Observable.just(\"Hello\", \"World\")\n            .subscribe(System.out::println);\n    }\n}","lang":"java","description":"Create and subscribe to an Observable."},"warnings":[{"fix":"Use RxJava 3.x for latest features or ensure correct version dependencies.","message":"RxJava 2.x is not compatible with RxJava 1.x; API changes are significant.","severity":"breaking","affected_versions":"2.x"}],"env_vars":null,"search_vec":"'async':9 'extens':3 'java':5 'observ':8 'reactiv':2,6 'rxjava':1,7","created_at":"2026-06-15T08:57:11.517835+00:00","updated_at":"2026-06-15T08:57:11.517835+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ReactiveX/RxJava","github":"https://github.com/ReactiveX/RxJava","docs":"https://appdoc.app/artifact/io.reactivex.rxjava2/rxjava/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}