We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d209606 commit 880eed2Copy full SHA for 880eed2
docs/Getting-Started.md
@@ -27,7 +27,7 @@ libraryDependencies += "io.reactivex.rxjava3" % "rxjava" % "3.0.4"
27
28
and for Gradle:
29
```groovy
30
-compile 'io.reactivex.rxjava3:rxjava:3.0.4'
+implementation 'io.reactivex.rxjava3:rxjava:3.0.4'
31
```
32
33
If you need to download the jars instead of using a build system, create a Maven `pom` file like this with the desired version:
0 commit comments