- 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:

- The DevOps 2.3 Toolkit
- 單片機(jī)C語(yǔ)言程序設(shè)計(jì)實(shí)訓(xùn)100例:基于STC8051+Proteus仿真與實(shí)戰(zhàn)
- Java 9 Programming Blueprints
- OpenNI Cookbook
- Mastering Python Networking
- Jupyter數(shù)據(jù)科學(xué)實(shí)戰(zhàn)
- Hands-On Full Stack Development with Go
- C++ Application Development with Code:Blocks
- Java程序設(shè)計(jì)教程
- Oracle Database XE 11gR2 Jump Start Guide
- Python面試通關(guān)寶典
- 從零開(kāi)始學(xué)Python大數(shù)據(jù)與量化交易
- Spring Boot從入門(mén)到實(shí)戰(zhàn)
- Learning Alfresco Web Scripts
- MySQL數(shù)據(jù)庫(kù)教程(視頻指導(dǎo)版)