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