From e7980b574e64aebe99ff6bb5ca0dfb10e6f06156 Mon Sep 17 00:00:00 2001 From: Edmo Costa Date: Mon, 13 Feb 2017 21:36:16 -0200 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 147e1b4..ae33477 100644 --- a/README.md +++ b/README.md @@ -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 + + org.evcode.queryfy + queryfy-core + 1.0-SNAPSHOT + +``` + +### [QueryDSL] (https://github.com/edmocosta/queryfy/wiki/QueryDSL) +```xml + + org.evcode.queryfy + queryfy-querydsl-jpa + 1.0-SNAPSHOT + +``` + ### Please see [Documentation](https://github.com/edmocosta/queryfy/wiki)