File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ Queryfy is a SQL-like language designed to parse strings in specific query objec
77[ ![ Build Status] ( https://travis-ci.org/edmocosta/queryfy.svg?branch=master )] ( https://travis-ci.org/edmocosta/queryfy )
88
99
10+ ### Usage
11+ ``` xml
12+ <dependency >
13+ <groupId >org.evcode.queryfy</groupId >
14+ <artifactId >queryfy-core</artifactId >
15+ <version >1.0-SNAPSHOT</version >
16+ </dependency >
17+ ```
18+
19+ ### [ QueryDSL] (https://github.com/edmocosta/queryfy/wiki/QueryDSL)
20+ ``` xml
21+ <dependency >
22+ <groupId >org.evcode.queryfy</groupId >
23+ <artifactId >queryfy-querydsl-jpa</artifactId >
24+ <version >1.0-SNAPSHOT</version >
25+ </dependency >
26+ ```
27+
1028### Please see
1129
1230[ Documentation] ( https://github.com/edmocosta/queryfy/wiki )
You can’t perform that action at this time.
0 commit comments