Skip to content

Commit da7712b

Browse files
author
Piotr Wittchen
committed
adding info about Maven and Gradle dependency
1 parent 7ca5b6e commit da7712b

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,23 @@ Exemplary application is located in `app` directory of this repository.
9696
Download
9797
--------
9898

99-
Library will be available in Maven Central Repository soon.
99+
You can depend on the library through Maven:
100+
101+
```xml
102+
<dependency>
103+
<groupId>com.github.pwittchen</groupId>
104+
<artifactId>reactivenetwork</artifactId>
105+
<version>0.0.1</version>
106+
</dependency>
107+
```
108+
109+
or through Gradle:
110+
111+
```groovy
112+
dependencies {
113+
compile 'com.github.pwittchen:reactivenetwork:0.0.1'
114+
}
115+
```
100116

101117
Tests
102118
-----

0 commit comments

Comments
 (0)