File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,14 @@ Learn more at http://rsocket.io
19
19
20
20
⚠️ The ` master ` branch is now dedicated to development of the ` 1.1.x ` line.
21
21
22
- Releases are available via Maven Central.
22
+ Releases and milestones are available via Maven Central.
23
23
24
24
Example:
25
25
26
26
``` groovy
27
27
repositories {
28
- mavenCentral()
28
+ mavenCentral()
29
+ maven { url 'https://repo.spring.io/milestone' } // Reactor milestones (if needed)
29
30
}
30
31
dependencies {
31
32
implementation 'io.rsocket:rsocket-core:1.1.0-M1'
@@ -39,7 +40,8 @@ Example:
39
40
40
41
``` groovy
41
42
repositories {
42
- maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
43
+ maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
44
+ maven { url 'https://repo.spring.io/snapshot' } // Reactor snapshots (if needed)
43
45
}
44
46
dependencies {
45
47
implementation 'io.rsocket:rsocket-core:1.1.0-SNAPSHOT'
You can’t perform that action at this time.
0 commit comments