| Categories | 
                CategoriesRedis Data Databases config Application Layer Libs Configuration | 
        
|---|---|
| GroupId | GroupIdio.vertx | 
    
| ArtifactId | ArtifactIdvertx-config-redis | 
    
| Version | Version4.0.0-milestone4 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-config-redis/ -->
<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>vertx-config-redis</artifactId>
    <version>4.0.0-milestone4</version>
</dependency>
                // https://jarcasting.com/artifacts/io.vertx/vertx-config-redis/
implementation 'io.vertx:vertx-config-redis:4.0.0-milestone4'
                // https://jarcasting.com/artifacts/io.vertx/vertx-config-redis/
implementation ("io.vertx:vertx-config-redis:4.0.0-milestone4")
                'io.vertx:vertx-config-redis:jar:4.0.0-milestone4'
                <dependency org="io.vertx" name="vertx-config-redis" rev="4.0.0-milestone4">
  <artifact name="vertx-config-redis" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.vertx', module='vertx-config-redis', version='4.0.0-milestone4')
)
                libraryDependencies += "io.vertx" % "vertx-config-redis" % "4.0.0-milestone4"
                [io.vertx/vertx-config-redis "4.0.0-milestone4"]