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

- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- 青少年軟件編程基礎與實戰(圖形化編程三級)
- Python語言程序設計
- 三維圖形化C++趣味編程
- Getting Started with PowerShell
- x86匯編語言:從實模式到保護模式(第2版)
- 深入淺出Windows API程序設計:編程基礎篇
- C/C++常用算法手冊(第3版)
- 匯編語言程序設計(第3版)
- 編譯系統透視:圖解編譯原理
- VMware虛擬化技術
- C++新經典
- PHP編程基礎與實例教程
- OpenCV with Python Blueprints
- jQuery for Designers Beginner's Guide Second Edition