<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-streams-vertx-execution-model</artifactId>
<version>1.0.3</version>
</dependency>
implementation 'io.smallrye.reactive:smallrye-reactive-streams-vertx-execution-model:1.0.3'
implementation("io.smallrye.reactive:smallrye-reactive-streams-vertx-execution-model:1.0.3")
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-streams-vertx-execution-model" % "1.0.3"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-streams-vertx-execution-model', version='1.0.3')
)
<dependency org="io.smallrye.reactive" name="smallrye-reactive-streams-vertx-execution-model" rev="1.0.3" />