Skip to content

Commit 0a878ad

Browse files
Create README.md
1 parent f73a8be commit 0a878ad

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# rxjava-android
2+
3+
4+
# Binaries
5+
6+
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%22hystrix-servo-metrics-publisher%22).
7+
8+
Example for [Maven](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22rxjava-android%22):
9+
10+
```xml
11+
<dependency>
12+
<groupId>com.netflix.rxjava</groupId>
13+
<artifactId>rxjava-android</artifactId>
14+
<version>x.y.z</version>
15+
</dependency>
16+
```
17+
18+
and for Ivy:
19+
20+
```xml
21+
<dependency org="com.netflix.rxjava" name="rxjava-android" rev="x.y.z" />
22+
```

0 commit comments

Comments
 (0)