File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed
Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 11# Partialize
22
33
4- [ ![ Latest release] ( https://img.shields.io/badge/latest_release-21.12 -orange.svg )] ( https://github.com/thibaultmeyer/partialize/releases )
5- [ ![ GitHub license] ( https://img.shields.io/badge/JitPack-21.12 -green2.svg )] ( https://jitpack.io/#thibaultmeyer/partialize )
4+ [ ![ Latest release] ( https://img.shields.io/badge/latest_release-23.01 -orange.svg )] ( https://github.com/thibaultmeyer/partialize/releases )
5+ [ ![ GitHub license] ( https://img.shields.io/badge/JitPack-23.01 -green2.svg )] ( https://jitpack.io/#thibaultmeyer/partialize )
66[ ![ Build] ( https://api.travis-ci.org/thibaultmeyer/partialize.svg )] ( https://travis-ci.org/thibaultmeyer/partialize )
77[ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/thibaultmeyer/partialize/master/LICENSE )
88[ ![ Repository size] ( https://img.shields.io/github/repo-size/thibaultmeyer/partialize.svg?logo=git )] ( https://github.com/thibaultmeyer/partialize )
@@ -29,6 +29,25 @@ installed.
2929 #> mvn package
3030
3131
32+ ## Use Partialize in your project
33+
34+ ``` xml
35+ <repositories >
36+ <repository >
37+ <id >jitpack.io</id >
38+ <url >https://jitpack.io</url >
39+ </repository >
40+ </repositories >
41+ ```
42+
43+ ``` xml
44+ <dependency >
45+ <groupId >com.github.thibaultmeyer</groupId >
46+ <artifactId >partialize</artifactId >
47+ <version >YY.MM</version >
48+ </dependency >
49+ ```
50+
3251
3352## Query syntax
3453
Original file line number Diff line number Diff line change 66
77 <groupId >com.zero_x_baadf00d</groupId >
88 <artifactId >partialize</artifactId >
9- <version >21.12 </version >
9+ <version >23.01 </version >
1010 <packaging >jar</packaging >
1111 <name >Partialize</name >
1212 <description >JSON partial responses for Java</description >
You can’t perform that action at this time.
0 commit comments