Download cqler-0.0.4.jar file - Jar c

Jar examples for c:cqler

Description

cassandra cql wrapper based on DataStax Java Driver for Apache Cassandra

You can download jar file cqler 0.0.4 in this page.

License

Apache License 2.0

Build File

You can use the following script to add cqler-0.0.4.jar to your project.

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

Download

Click the following link to download the jar file.

cqler-0.0.4-javadoc.jar
cqler-0.0.4-sources.jar
cqler-0.0.4.jar
cqler-0.0.4.pom



Related Tutorials