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