8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation. 8000
There was an error while loading. Please reload this page.
2 parents d1a8e6e + 2e89fb8 commit 0d9c69eCopy full SHA for 0d9c69e
README.md
@@ -23,10 +23,10 @@ Example:
23
24
```groovy
25
dependencies {
26
- implementation 'io.rsocket:rsocket-core:1.0.0-RC2'
27
- implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC2'
28
-// implementation 'io.rsocket:rsocket-core:1.0.0-RC3-SNAPSHOT'
29
-// implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC3-SNAPSHOT'
+ implementation 'io.rsocket:rsocket-core:1.0.0-RC3'
+ implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC3'
+// implementation 'io.rsocket:rsocket-core:1.0.0-RC4-SNAPSHOT'
+// implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC4-SNAPSHOT'
30
}
31
```
32
0 commit comments