File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,14 @@ Learn more at http://rsocket.io
17
17
18
18
[ ![ Build Status] ( https://travis-ci.org/rsocket/rsocket-java.svg?branch=develop )] ( https://travis-ci.org/rsocket/rsocket-java )
19
19
20
- Releases are available via Maven Central.
20
+ Releases and milestones are available via Maven Central.
21
21
22
22
Example:
23
23
24
24
``` groovy
25
25
repositories {
26
26
mavenCentral()
27
+ maven { url 'https://repo.spring.io/milestone' } // Reactor milestones (if needed)
27
28
}
28
29
dependencies {
29
30
implementation 'io.rsocket:rsocket-core:1.0.2'
@@ -38,6 +39,7 @@ Example:
38
39
``` groovy
39
40
repositories {
40
41
maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
42
+ maven { url 'https://repo.spring.io/milestone' } // Reactor snapshots (if needed)
41
43
}
42
44
dependencies {
43
45
implementation 'io.rsocket:rsocket-core:1.0.3-SNAPSHOT'
You can’t perform that action at this time.
0 commit comments