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 c0dde4c commit 259f483Copy full SHA for 259f483
README.md
@@ -17,21 +17,17 @@ Learn more at http://rsocket.io
17
18
[](https://travis-ci.org/rsocket/rsocket-java)
19
20
-Snapshots are available via JFrog.
+Releases are available via Maven Central.
21
22
Example:
23
24
```groovy
25
-repositories {
26
- maven { url 'https://oss.jfrog.org/libs-release' }
27
-}
28
-
29
dependencies {
30
- implementation 'io.rsocket:reactivesocket:0.9.20'
+ implementation 'io.rsocket:rsocket-core:0.11.5'
+ implementation 'io.rsocket:rsocket-transport-netty:0.11.5'
31
}
32
```
33
34
-No releases to Maven Central or JCenter have occurred yet.
35
36
## Development
37
0 commit comments