<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-mutiny-vertx-web-validation</artifactId>
<version>2.21.0</version>
</dependency>
libraryDependencies += "io.smallrye.reactive" % "smallrye-mutiny-vertx-web-validation" % "2.21.0"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-mutiny-vertx-web-validation', version='2.21.0')
)
<dependency org="io.smallrye.reactive" name="smallrye-mutiny-vertx-web-validation" rev="2.21.0" />
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>vertx-mutiny-clients</artifactId> <version>2.21.0</version> </parent>
compile
|-- ${gen-source-groupId}:${gen-source-artifactId}
|-- io.smallrye.reactive:smallrye-mutiny-vertx-core
|-- io.smallrye.reactive:smallrye-mutiny-vertx-json-schema
|-- io.smallrye.reactive:smallrye-mutiny-vertx-web
|-- junit:junit
test