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

- 工程軟件開發(fā)技術基礎
- Power Up Your PowToon Studio Project
- Mastering Articulate Storyline
- Hands-On JavaScript High Performance
- PhoneGap Mobile Application Development Cookbook
- 微信小程序開發(fā)與實戰(zhàn)(微課版)
- 零代碼實戰(zhàn):企業(yè)級應用搭建與案例詳解
- Java 9 with JShell
- React.js實戰(zhàn)
- Learning IBM Bluemix
- VBA Automation for Excel 2019 Cookbook
- 3D Printing Designs:Fun and Functional Projects
- Mockito for Spring
- HTML5+CSS3從入門到精通(微課精編版)
- Java核心技術第10版(套裝共2冊)