<dependency>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-service-discovery-dns</artifactId>
<version>2.4.0</version>
</dependency>
@Grapes(
@Grab(group='io.smallrye.stork', module='stork-service-discovery-dns', version='2.4.0')
)
<parent> <groupId>io.smallrye.stork</groupId> <artifactId>stork-parent</artifactId> <version>2.4.0</version> </parent>
compile
|-- io.smallrye.stork:stork-core
|-- io.smallrye.stork:stork-configuration-generator
test
|-- io.vertx:vertx-consul-client
|-- org.testcontainers:testcontainers
|-- org.testcontainers:junit-jupiter
|-- io.smallrye.stork:stork-test-utils
|-- org.junit.jupiter:junit-jupiter
|-- io.smallrye.config:smallrye-config