File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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-
97Use 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+ ```
You can’t perform that action at this time.
0 commit comments