File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -15,25 +15,24 @@ It enables following symmetric interaction models:
1515
1616## Build and Binaries
1717
18- Snapshots are available on Bintray
1918 ``` groovy
2019 repositories {
21- maven { url 'https://oss.jfrog.org/libs-snapshot ' }
20+ maven { url 'https://oss.jfrog.org/oss-release-local ' }
2221 }
2322```
2423
2524``` groovy
2625 dependencies {
27- compile 'io.rsocket.kotlin:rsocket-core:0.9-SNAPSHOT '
26+ compile 'io.rsocket.kotlin:rsocket-core:0.9.6 '
2827 }
2928```
3029### Transports
3130` Netty ` based Websockets and TCP transport (` Client ` and ` Server ` )
3231` OkHttp ` based Websockets transport (` Client ` only)
3332``` groovy
3433 dependencies {
35- compile 'io.rsocket.kotlin:rsocket-transport-netty:0.9-SNAPSHOT '
36- compile 'io.rsocket.kotlin:rsocket-transport-okhttp:0.9-SNAPSHOT '
34+ compile 'io.rsocket.kotlin:rsocket-transport-netty:0.9.6 '
35+ compile 'io.rsocket.kotlin:rsocket-transport-okhttp:0.9.6 '
3736 }
3837```
3938### Usage
You can’t perform that action at this time.
0 commit comments