文件下载
文件名 操作
smallrye-mutiny-vertx-bindings-projects-2.28.0.pom 下载
Apache Maven
<dependency>
  <groupId>io.smallrye.reactive</groupId>
  <artifactId>smallrye-mutiny-vertx-bindings-projects</artifactId>
  <version>2.28.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye.reactive:smallrye-mutiny-vertx-bindings-projects:2.28.0'
Gradle Kotlin
implementation("io.smallrye.reactive:smallrye-mutiny-vertx-bindings-projects:2.28.0")
Scala SBT
libraryDependencies += "io.smallrye.reactive" % "smallrye-mutiny-vertx-bindings-projects" % "2.28.0"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye.reactive', module='smallrye-mutiny-vertx-bindings-projects', version='2.28.0')
)
Apache Ivy
<dependency org="io.smallrye.reactive" name="smallrye-mutiny-vertx-bindings-projects" rev="2.28.0" />
Leiningen
[io.smallrye.reactive/smallrye-mutiny-vertx-bindings-projects "2.28.0"]
Apache Buildr
'io.smallrye.reactive:smallrye-mutiny-vertx-bindings-projects:jar:2.28.0'