c

cqler

cassandra cql wrapper based on DataStax Java Driver for Apache Cassandra
http://github.com/bingoohuang/cqler
Apache License 2.0
bingoo huang Zhang Cunxin
Files download
File Operation
cqler-0.0.2.jar download
cqler-0.0.2.pom download
cqler-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.bingoohuang</groupId>
  <artifactId>cqler</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.bingoohuang:cqler:0.0.2'
Gradle Kotlin
implementation("com.github.bingoohuang:cqler:0.0.2")
Scala SBT
libraryDependencies += "com.github.bingoohuang" % "cqler" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bingoohuang', module='cqler', version='0.0.2')
)
Apache Ivy
<dependency org="com.github.bingoohuang" name="cqler" rev="0.0.2" />
Leiningen
[com.github.bingoohuang/cqler "0.0.2"]
Apache Buildr
'com.github.bingoohuang:cqler:jar:0.0.2'