Download eql-0.0.86.jar file - Jar e

Jar examples for e:eql

Description

Entity Query Language (EQL) is a SQL-like language for querying entities.

You can download jar file eql 0.0.86 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add eql-0.0.86.jar to your project.

<dependency>
   <groupId>com.github.bingoohuang</groupId>
   <artifactId>eql</artifactId>
   <version>0.0.86</version>
</dependency>
compile group: 'com.github.bingoohuang', name: 'eql', version: '0.0.86'
libraryDependencies += "com.github.bingoohuang" % "eql" % "0.0.86"
<dependency org="com.github.bingoohuang" name="eql" rev="0.0.86"/>
@Grapes(@Grab(group='com.github.bingoohuang', module='eql', version='0.0.86'))
'com.github.bingoohuang:eql:jar:0.0.86'

Download

Click the following link to download the jar file.

eql-0.0.86-javadoc.jar
eql-0.0.86-sources.jar
eql-0.0.86.jar
eql-0.0.86.pom



Related Tutorials