License |
License |
---|---|
Categories |
CategoriesRedis Data Databases config Application Layer Libs Configuration |
GroupId | GroupIdcom.github.houbb |
ArtifactId | ArtifactIdredis-config |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionredis-config
The redis-config tool for java.
|
Filename | Size |
---|---|
redis-config-1.0.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/redis-config/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>redis-config</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/redis-config/
implementation 'com.github.houbb:redis-config:1.0.0'
// https://jarcasting.com/artifacts/com.github.houbb/redis-config/
implementation ("com.github.houbb:redis-config:1.0.0")
'com.github.houbb:redis-config:pom:1.0.0'
<dependency org="com.github.houbb" name="redis-config" rev="1.0.0">
<artifact name="redis-config" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='redis-config', version='1.0.0')
)
libraryDependencies += "com.github.houbb" % "redis-config" % "1.0.0"
[com.github.houbb/redis-config "1.0.0"]