<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-config-redis</artifactId> <version>3.9.13</version> </dependency>
implementation 'io.vertx:vertx-config-redis:3.9.13'
implementation("io.vertx:vertx-config-redis:3.9.13")
libraryDependencies += "io.vertx" % "vertx-config-redis" % "3.9.13"
@Grapes( @Grab(group='io.vertx', module='vertx-config-redis', version='3.9.13') )
<dependency org="io.vertx" name="vertx-config-redis" rev="3.9.13" />
[io.vertx/vertx-config-redis "3.9.13"]
'io.vertx:vertx-config-redis:jar:3.9.13'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-config-parent</artifactId> <version>3.9.13</version> </parent>
compile
|-- io.vertx:vertx-redis-client
|-- io.vertx:vertx-config
test
|-- com.github.kstyrc:embedded-redis:0.6