s

smallrye-reactive-streams-operators-release

Empty Release Project to Avoid Maven Bug
文件下载
文件名 操作
smallrye-reactive-streams-operators-release-1.0.13.pom 下载
Apache Maven
<dependency>
  <groupId>io.smallrye.reactive</groupId>
  <artifactId>smallrye-reactive-streams-operators-release</artifactId>
  <version>1.0.13</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye.reactive:smallrye-reactive-streams-operators-release:1.0.13'
Gradle Kotlin
implementation("io.smallrye.reactive:smallrye-reactive-streams-operators-release:1.0.13")
Scala SBT
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-streams-operators-release" % "1.0.13"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye.reactive', module='smallrye-reactive-streams-operators-release', version='1.0.13')
)
Apache Ivy
<dependency org="io.smallrye.reactive" name="smallrye-reactive-streams-operators-release" rev="1.0.13" />
Leiningen
[io.smallrye.reactive/smallrye-reactive-streams-operators-release "1.0.13"]
Apache Buildr
'io.smallrye.reactive:smallrye-reactive-streams-operators-release:jar:1.0.13'