- Learning RxJava
- Thomas Nield
- 228字
- 2021-07-02 22:22:49
Navigating the Central Repository
To bring in RxJava as a dependency, you have a few options. The best place to start is to go to The Central Repository (search http://search.maven.org/) and search for rxjav. You should see RxJava 2.0 and RxJava 1.0 as separate repositories at the top of the search results, as shown in the following screenshot:

At the time of writing, RxJava 2.0.2 is the latest version for RxJava 2.0 and RxJava 1.2.3 is the latest for RxJava 1.0. You can download the latest JAR file for either by clicking the JAR links in the far right under the Download column. You can then configure your project to use the JAR file.
However, you might want to consider using Gradle or Maven to automatically import these libraries into your project. This way, you can easily share and store your code project (through GIT or other version control systems) without having to download and configure RxJava manually into it each time. To view the latest configurations for Maven, Gradle, and several other build automation systems, click on the version number for either of the repositories, as highlighted in the following screenshot:

- Advanced Splunk
- Mastering ServiceStack
- 深入淺出Prometheus:原理、應(yīng)用、源碼與拓展詳解
- 認(rèn)識(shí)編程:以Python語(yǔ)言講透編程的本質(zhì)
- Learning SAP Analytics Cloud
- Reactive Programming With Java 9
- Modern JavaScript Applications
- JavaScript:Moving to ES2015
- Scala程序員面試算法寶典
- Django 3.0入門與實(shí)踐
- Rust游戲開(kāi)發(fā)實(shí)戰(zhàn)
- FPGA嵌入式項(xiàng)目開(kāi)發(fā)實(shí)戰(zhàn)
- 零基礎(chǔ)學(xué)HTML+CSS第2版
- Learning Bootstrap 4(Second Edition)
- C語(yǔ)言程序設(shè)計(jì)實(shí)踐