File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,27 @@ ReactiveSocket is for communicating across network boundaries thus it is intende
24
24
25
25
Others can be found in the [ ReactiveSocket Github] ( https://github.com/ReactiveSocket ) project.
26
26
27
- ## Master Build Status
27
+ ## Build and Binaries
28
28
29
29
<a href =' https://travis-ci.org/ReactiveSocket/reactivesocket-java/builds ' ><img src =' https://travis-ci.org/ReactiveSocket/reactivesocket-java.svg?branch=1.x ' ></a >
30
30
31
+ Snapshots are available via JFrog.
32
+
33
+ Example:
34
+
35
+ ``` groovy
36
+ repositories {
37
+ maven { url 'https://oss.jfrog.org/libs-snapshot' }
38
+ }
39
+
40
+ dependencies {
41
+ compile 'io.reactivesocket:reactivesocket:0.0.1-SNAPSHOT'
42
+ }
43
+ ```
44
+
45
+ No releases to Maven Central or JCenter have occurred yet.
46
+
47
+
31
48
## Bugs and Feedback
32
49
33
50
For bugs, questions and discussions please use the [ Github Issues] ( https://github.com/ReactiveSocket/reactivesocket-java/issues ) .
You can’t perform that action at this time.
0 commit comments