File | Operation |
---|---|
smallrye-reactive-streams-operators-project-1.0.3.pom | download |
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-streams-operators-project</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
implementation 'io.smallrye.reactive:smallrye-reactive-streams-operators-project:1.0.3'
implementation("io.smallrye.reactive:smallrye-reactive-streams-operators-project:1.0.3")
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-streams-operators-project" % "1.0.3"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-streams-operators-project', version='1.0.3')
)
<dependency org="io.smallrye.reactive" name="smallrye-reactive-streams-operators-project" rev="1.0.3" />
<parent> <groupId>io.smallrye</groupId> <artifactId>smallrye-parent</artifactId> <version>2</version> </parent>
compile
|-- org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-api:1.0
|-- org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-core:1.0
|-- io.reactivex.rxjava2:rxjava
test
|-- org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-tck:1.0
|-- junit:junit:4.12