File | Operation |
---|---|
smallrye-mutiny-vertx-bindings-projects-3.15.2-RC5.pom | download |
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-mutiny-vertx-bindings-projects</artifactId>
<version>3.15.2-RC5</version>
<type>pom</type>
</dependency>
implementation 'io.smallrye.reactive:smallrye-mutiny-vertx-bindings-projects:3.15.2-RC5'
implementation("io.smallrye.reactive:smallrye-mutiny-vertx-bindings-projects:3.15.2-RC5")
libraryDependencies += "io.smallrye.reactive" % "smallrye-mutiny-vertx-bindings-projects" % "3.15.2-RC5"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-mutiny-vertx-bindings-projects', version='3.15.2-RC5')
)
<dependency org="io.smallrye.reactive" name="smallrye-mutiny-vertx-bindings-projects" rev="3.15.2-RC5" />
<parent> <groupId>io.smallrye</groupId> <artifactId>smallrye-build-parent</artifactId> <version>46</version> </parent>