<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-config-kubernetes-configmap</artifactId>
<version>3.9.14</version>
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-config-kubernetes-configmap', version='3.9.14')
)
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-config-parent</artifactId> <version>3.9.14</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
provided
|-- org.slf4j:slf4j-api:1.7.21
test