Skip to content

Commit 7c0b495

Browse files
Snapshot binary information.
1 parent 59b9589 commit 7c0b495

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,27 @@ ReactiveSocket is for communicating across network boundaries thus it is intende
2424

2525
Others can be found in the [ReactiveSocket Github](https://github.com/ReactiveSocket) project.
2626

27-
## Master Build Status
27+
## Build and Binaries
2828

2929
<a href='https://travis-ci.org/ReactiveSocket/reactivesocket-java/builds'><img src='https://travis-ci.org/ReactiveSocket/reactivesocket-java.svg?branch=1.x'></a>
3030

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+
3148
## Bugs and Feedback
3249

3350
For bugs, questions and discussions please use the [Github Issues](https://github.com/ReactiveSocket/reactivesocket-java/issues).

0 commit comments

Comments
 (0)