| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases |
| GroupId | GroupIdorg.xson |
| ArtifactId | ArtifactIdxson-redis |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptionxson-redis
A third-party redis extension tool.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xson-redis-1.0.1.pom | |
| xson-redis-1.0.1.jar | 34 KB |
| xson-redis-1.0.1-sources.jar | 13 KB |
| xson-redis-1.0.1-javadoc.jar | 108 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xson/xson-redis/ -->
<dependency>
<groupId>org.xson</groupId>
<artifactId>xson-redis</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xson/xson-redis/
implementation 'org.xson:xson-redis:1.0.1'
// https://jarcasting.com/artifacts/org.xson/xson-redis/
implementation ("org.xson:xson-redis:1.0.1")
'org.xson:xson-redis:jar:1.0.1'
<dependency org="org.xson" name="xson-redis" rev="1.0.1">
<artifact name="xson-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xson', module='xson-redis', version='1.0.1')
)
libraryDependencies += "org.xson" % "xson-redis" % "1.0.1"
[org.xson/xson-redis "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| redis.clients : jedis | jar | 2.7.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.xson : logging | jar | 1.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |