Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edmocosta committed Feb 13, 2017
1 parent f0110c5 commit e7980b5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ Queryfy is a SQL-like language designed to parse strings in specific query objec
[![Build Status](https://travis-ci.org/edmocosta/queryfy.svg?branch=master)](https://travis-ci.org/edmocosta/queryfy)


### Usage
```xml
<dependency>
<groupId>org.evcode.queryfy</groupId>
<artifactId>queryfy-core</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
```

### [QueryDSL] (https://github.com/edmocosta/queryfy/wiki/QueryDSL)
```xml
<dependency>
<groupId>org.evcode.queryfy</groupId>
<artifactId>queryfy-querydsl-jpa</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
```

### Please see

[Documentation](https://github.com/edmocosta/queryfy/wiki)

0 comments on commit e7980b5

Please sign in to comment.