<dependency>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-service-registration-consul</artifactId>
<version>2.7.0</version>
</dependency>
libraryDependencies += "io.smallrye.stork" % "stork-service-registration-consul" % "2.7.0"
@Grapes(
@Grab(group='io.smallrye.stork', module='stork-service-registration-consul', version='2.7.0')
)
<dependency org="io.smallrye.stork" name="stork-service-registration-consul" rev="2.7.0" />
<parent> <groupId>io.smallrye.stork</groupId> <artifactId>stork-parent</artifactId> <version>2.7.0</version> </parent>
compile
|-- io.smallrye.stork:stork-core
|-- io.smallrye.stork:stork-configuration-generator
|-- io.vertx:vertx-consul-client
test
|-- org.testcontainers:testcontainers
|-- org.testcontainers:junit-jupiter
|-- io.smallrye.stork:stork-test-utils
|-- org.junit.jupiter:junit-jupiter
|-- io.smallrye.config:smallrye-config