License |
License |
---|---|
Categories |
CategoriesRedis Data Databases CLI User Interface |
GroupId | GroupIdcom.bluejeans |
ArtifactId | ArtifactIdredis-collection-client |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredis-collection-client
Redis collection client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.bluejeans/redis-collection-client/ -->
<dependency>
<groupId>com.bluejeans</groupId>
<artifactId>redis-collection-client</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.bluejeans/redis-collection-client/
implementation 'com.bluejeans:redis-collection-client:0.0.2'
// https://jarcasting.com/artifacts/com.bluejeans/redis-collection-client/
implementation ("com.bluejeans:redis-collection-client:0.0.2")
'com.bluejeans:redis-collection-client:jar:0.0.2'
<dependency org="com.bluejeans" name="redis-collection-client" rev="0.0.2">
<artifact name="redis-collection-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bluejeans', module='redis-collection-client', version='0.0.2')
)
libraryDependencies += "com.bluejeans" % "redis-collection-client" % "0.0.2"
[com.bluejeans/redis-collection-client "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
commons-dbcp : commons-dbcp | jar | 1.4 |
commons-lang : commons-lang | jar | 2.6 |
redis.clients : jedis | jar | 2.8.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |