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