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 783efae commit 24389b6Copy full SHA for 24389b6
README.md
@@ -54,15 +54,15 @@ Example for Maven:
54
55
```xml
56
<dependency>
57
- <groupId>io.reactivex.rxjava</groupId>
+ <groupId>io.reactivex</groupId>
58
<artifactId>rxjava</artifactId>
59
<version>x.y.z</version>
60
</dependency>
61
```
62
and for Ivy:
63
64
65
-<dependency org="io.reactivex.rxjava" name="rxjava" rev="x.y.z" />
+<dependency org="io.reactivex" name="rxjava" rev="x.y.z" />
66
67
68
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