License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdorg.apache.calcite |
ArtifactId | ArtifactIdcalcite-redis |
Last Version | Last Version1.30.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCalcite Redis
Redis adapter for Calcite
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
calcite-redis-1.30.0.pom | |
calcite-redis-1.30.0.jar | 25 KB |
calcite-redis-1.30.0-sources.jar | 19 KB |
calcite-redis-1.30.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.calcite/calcite-redis/ -->
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-redis</artifactId>
<version>1.30.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.calcite/calcite-redis/
implementation 'org.apache.calcite:calcite-redis:1.30.0'
// https://jarcasting.com/artifacts/org.apache.calcite/calcite-redis/
implementation ("org.apache.calcite:calcite-redis:1.30.0")
'org.apache.calcite:calcite-redis:jar:1.30.0'
<dependency org="org.apache.calcite" name="calcite-redis" rev="1.30.0">
<artifact name="calcite-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.calcite', module='calcite-redis', version='1.30.0')
)
libraryDependencies += "org.apache.calcite" % "calcite-redis" % "1.30.0"
[org.apache.calcite/calcite-redis "1.30.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.calcite : calcite-core | jar | 1.30.0 |
org.apache.calcite : calcite-linq4j | jar | 1.30.0 |
redis.clients : jedis | jar | 3.3.0 |
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.10.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |
com.google.guava : guava | jar | 29.0-jre |
org.apache.calcite.avatica : avatica-core | jar | 1.20.0 |
org.apache.commons : commons-lang3 | jar | 3.8 |
org.apache.commons : commons-pool2 | jar | 2.6.2 |
org.slf4j : slf4j-api | jar | 1.7.30 |