License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.ddth |
ArtifactId | ArtifactIdddth-tsc-redis |
Version | Version0.7.0 |
Type | Typepom |
Description |
Descriptionddth-tsc-redis
DDTH's Time Series Counter: write counter data to Redis.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
ddth-tsc-redis-0.7.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddth/ddth-tsc-redis/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-tsc-redis</artifactId>
<version>0.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-tsc-redis/
implementation 'com.github.ddth:ddth-tsc-redis:0.7.0'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-tsc-redis/
implementation ("com.github.ddth:ddth-tsc-redis:0.7.0")
'com.github.ddth:ddth-tsc-redis:pom:0.7.0'
<dependency org="com.github.ddth" name="ddth-tsc-redis" rev="0.7.0">
<artifact name="ddth-tsc-redis" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-tsc-redis', version='0.7.0')
)
libraryDependencies += "com.github.ddth" % "ddth-tsc-redis" % "0.7.0"
[com.github.ddth/ddth-tsc-redis "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ddth : ddth-tsc-core | jar | 0.7.0 |
redis.clients : jedis | jar | 2.9.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.github.kstyrc : embedded-redis | jar | 0.6 |
org.cassandraunit : cassandra-unit | jar | 3.1.1.0 |