cqler
cassandra cql wrapper based on DataStax Java Driver for Apache Cassandra
License |
License |
---|---|
GroupId | GroupIdcom.github.bingoohuang |
ArtifactId | ArtifactIdcqler |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncqler
cassandra cql wrapper based on DataStax Java Driver for Apache Cassandra
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cqler-0.0.4.pom | |
cqler-0.0.4.jar | 26 KB |
cqler-0.0.4-sources.jar | 12 KB |
cqler-0.0.4-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bingoohuang/cqler/ -->
<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>cqler</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bingoohuang/cqler/
implementation 'com.github.bingoohuang:cqler:0.0.4'
// https://jarcasting.com/artifacts/com.github.bingoohuang/cqler/
implementation ("com.github.bingoohuang:cqler:0.0.4")
'com.github.bingoohuang:cqler:jar:0.0.4'
<dependency org="com.github.bingoohuang" name="cqler" rev="0.0.4">
<artifact name="cqler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='cqler', version='0.0.4')
)
libraryDependencies += "com.github.bingoohuang" % "cqler" % "0.0.4"
[com.github.bingoohuang/cqler "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.github.bingoohuang : guava-compatible | jar | 0.0.2 |
com.google.guava : guava | jar | 20.0 |
commons-beanutils : commons-beanutils | jar | 1.9.2 |
org.slf4j : slf4j-api | jar | 1.7.12 |
org.apache.commons : commons-lang3 | jar | 3.4 |
com.datastax.cassandra : cassandra-driver-core | jar | 3.1.3 |
org.springframework : spring-context Optional | jar | 4.1.6.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.16.12 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 2.6.0 |
junit : junit | jar | 4.12 |
ch.qos.logback : logback-classic | jar | 1.0.13 |
cassandra cql wrapper based on DataStax Java Driver for Apache Cassandra