File | Operation |
---|---|
smallrye-reactive-streams-operators-project-0.4.0.pom | download |
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-streams-operators-project</artifactId>
<version>0.4.0</version>
<type>pom</type>
</dependency>
implementation 'io.smallrye.reactive:smallrye-reactive-streams-operators-project:0.4.0'
implementation("io.smallrye.reactive:smallrye-reactive-streams-operators-project:0.4.0")
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-streams-operators-project" % "0.4.0"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-streams-operators-project', version='0.4.0')
)
<dependency org="io.smallrye.reactive" name="smallrye-reactive-streams-operators-project" rev="0.4.0" />