Download cqengine-2.7.1.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 2.7.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials