Skip to content

Commit 28b4ac5

Browse files
Update language-adaptors/rxjava-clojure/README.md
1 parent 671c931 commit 28b4ac5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

language-adaptors/rxjava-clojure/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,24 @@ This enables code such as:
1515
This still dependes on Clojure using Java interop against the Java API.
1616

1717
A future goal is a Clojure wrapper to expose the functions in a more idiomatic way.
18+
19+
20+
# Binaries
21+
22+
Binaries and dependency information for Maven, Ivy, Gradle and others can be found at [http://search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22rxjava-clojure%22).
23+
24+
Example for Maven:
25+
26+
```xml
27+
<dependency>
28+
<groupId>com.netflix.rxjava</groupId>
29+
<artifactId>rxjava-clojure</artifactId>
30+
<version>0.5.0</version>
31+
</dependency>
32+
```
33+
34+
and for Ivy:
35+
36+
```xml
37+
<dependency org="com.netflix.rxjava" name="rxjava-clojure" rev="0.5.0" />
38+
```

0 commit comments

Comments
 (0)