Skip to content

Commit e7980b5

Browse files
authored
Update README.md
1 parent f0110c5 commit e7980b5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)