License |
License
MIT
|
---|---|
Categories |
CategoriesRedis Data Databases CLI User Interface |
GroupId | GroupIdcom.github.fangjinuo.redisclient |
ArtifactId | ArtifactIdredisclient-core |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRedis Client
|
Filename | Size |
---|---|
redisclient-core-1.0.0.pom | |
redisclient-core-1.0.0.jar | 31 KB |
redisclient-core-1.0.0-sources.jar | 10 KB |
redisclient-core-1.0.0-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.redisclient/redisclient-core/ -->
<dependency>
<groupId>com.github.fangjinuo.redisclient</groupId>
<artifactId>redisclient-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.redisclient/redisclient-core/
implementation 'com.github.fangjinuo.redisclient:redisclient-core:1.0.0'
// https://jarcasting.com/artifacts/com.github.fangjinuo.redisclient/redisclient-core/
implementation ("com.github.fangjinuo.redisclient:redisclient-core:1.0.0")
'com.github.fangjinuo.redisclient:redisclient-core:jar:1.0.0'
<dependency org="com.github.fangjinuo.redisclient" name="redisclient-core" rev="1.0.0">
<artifact name="redisclient-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.redisclient', module='redisclient-core', version='1.0.0')
)
libraryDependencies += "com.github.fangjinuo.redisclient" % "redisclient-core" % "1.0.0"
[com.github.fangjinuo.redisclient/redisclient-core "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.26 |
com.github.fangjinuo.easyjson : easyjson-core | jar | 2.1.0 |
org.springframework.data : spring-data-redis | jar | 2.2.4.RELEASE |
com.github.fangjinuo.langx : langx-java | jar | 2.1.0 |
org.apache.httpcomponents : httpclient | jar | 4.5.11 |
com.github.fangjinuo.easyjson : easyjson-jackson | jar | 2.1.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |