s

smallrye-reactive-converter-mutiny

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