How to install ReactiveX/RxJava. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
ReactiveX/RxJava Installation Guide
How to install ReactiveX/RxJava. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for ReactiveX/RxJava. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i ReactiveX/RxJavaor
Install via npx
npx @hexmos/ipm i ReactiveX/RxJavaPrerequisites
Java
languageVersion: 8.0.0+ (OpenJDK 8 or later) or compatible version of Java SE/EE, such as Oracle JDK 11 or later.
RxJava
libraryVersion: 2.2.14
Maven
build_toolVersion: 3.6.0
Gradle
build_toolVersion: 7.1.1
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
git clone git@github.com:ReactiveX/RxJava.git
$ cd RxJava/./gradlew buildPost Installation Steps
- Start the server using the command: `./gradlew bootRun`
- If you're using a Docker container, run: `docker-compose up -d`
- Access the UI by navigating to your application's URL (e.g., http://localhost:8080) in your browser.
