s

smallrye-reactive-streams-vertx-execution-model

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