Download cqengine-1.0.3.jar file - Jar c

Jar examples for c:cqengine

Description

Collection Query Engine: NoSQL indexing and query engine for Java collections with ultra-low latency

You can download jar file cqengine 1.0.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add cqengine-1.0.3.jar to your project.

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

Download

Click the following link to download the jar file.

cqengine-1.0.3-all.jar
cqengine-1.0.3-javadoc.jar
cqengine-1.0.3-sources.jar
cqengine-1.0.3.jar
cqengine-1.0.3.pom



Related Tutorials