License |
License |
---|---|
Categories |
CategoriesCLI User Interface Jedis Data Databases |
GroupId | GroupIdcom.github.risedragon |
ArtifactId | ArtifactIdspring-jedisclient |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.risedragon:spring-jedisclient
A simple jedis client
|
Filename | Size |
---|---|
spring-jedisclient-2.0.0.pom | |
spring-jedisclient-2.0.0.jar | 34 KB |
spring-jedisclient-2.0.0-sources.jar | 10 KB |
spring-jedisclient-2.0.0-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.risedragon/spring-jedisclient/ -->
<dependency>
<groupId>com.github.risedragon</groupId>
<artifactId>spring-jedisclient</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.risedragon/spring-jedisclient/
implementation 'com.github.risedragon:spring-jedisclient:2.0.0'
// https://jarcasting.com/artifacts/com.github.risedragon/spring-jedisclient/
implementation ("com.github.risedragon:spring-jedisclient:2.0.0")
'com.github.risedragon:spring-jedisclient:jar:2.0.0'
<dependency org="com.github.risedragon" name="spring-jedisclient" rev="2.0.0">
<artifact name="spring-jedisclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.risedragon', module='spring-jedisclient', version='2.0.0')
)
libraryDependencies += "com.github.risedragon" % "spring-jedisclient" % "2.0.0"
[com.github.risedragon/spring-jedisclient "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 4.2.7.RELEASE |
redis.clients : jedis | jar | 2.9.0 |