Skip to content

Commit f6006bf

Browse files
authored
Merge pull request #1 from Playtika/master
Update README.md
2 parents 65fea91 + 1e8b1a2 commit f6006bf

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
# json-reactive
66

7-
[ ![Download](https://api.bintray.com/packages/kptfh/json-reactive/json/images/download.svg) ](https://bintray.com/kptfh/json-reactive/json/_latestVersion)
8-
97
Use Json Reactive to make POJO binding reactively
108

119
## Overview
@@ -39,30 +37,23 @@ Flowable<TestEntity> testEntityRed = reader.readElements(byteBuffers, objectMapp
3937
## Maven
4038

4139
```xml
42-
<repositories>
43-
<repository>
44-
<id>bintray-kptfh-feign-reactive</id>
45-
<name>bintray</name>
46-
<url>https://dl.bintray.com/kptfh/json-reactive</url>
47-
</repository>
48-
</repositories>
4940
...
5041
<dependencies>
5142
...
5243

5344
<dependency>
5445
<groupId>com.playtika.reactivejson</groupId>
5546
<artifactId>json-reactor</artifactId>
56-
<version>0.0.1</version>
47+
<version>PICK LATEST</version>
5748
</dependency>
5849

5950
or if you tend to use Rx2 interfaces
6051

6152
<dependency>
6253
<groupId>com.playtika.reactivejson</groupId>
6354
<artifactId>json-rx2</artifactId>
64-
<version>0.0.1</version>
55+
<version>PICK LATEST</version>
6556
</dependency>
6657
...
6758
</dependencies>
68-
```
59+
```

0 commit comments

Comments
 (0)