License |
License |
---|---|
Categories |
CategoriesRedis Data Databases config Application Layer Libs Configuration |
GroupId | GroupIdcom.github.houbb |
ArtifactId | ArtifactIdredis-config-spring |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe redis-config tool for java.
|
Filename | Size |
---|---|
redis-config-spring-1.0.0.pom | |
redis-config-spring-1.0.0.jar | 12 KB |
redis-config-spring-1.0.0-sources.jar | 7 KB |
redis-config-spring-1.0.0-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/redis-config-spring/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>redis-config-spring</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/redis-config-spring/
implementation 'com.github.houbb:redis-config-spring:1.0.0'
// https://jarcasting.com/artifacts/com.github.houbb/redis-config-spring/
implementation ("com.github.houbb:redis-config-spring:1.0.0")
'com.github.houbb:redis-config-spring:jar:1.0.0'
<dependency org="com.github.houbb" name="redis-config-spring" rev="1.0.0">
<artifact name="redis-config-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='redis-config-spring', version='1.0.0')
)
libraryDependencies += "com.github.houbb" % "redis-config-spring" % "1.0.0"
[com.github.houbb/redis-config-spring "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.houbb : redis-config-core | jar | 1.0.0 |
com.github.houbb : aop-spring | jar | 0.0.3 |
org.springframework.data : spring-data-redis | jar | 1.8.11.RELEASE |