文件名 | 操作 |
---|---|
smallrye-reactive-streams-operators-project-0.3.1.pom | 下载 |
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-streams-operators-project</artifactId>
<version>0.3.1</version>
<type>pom</type>
</dependency>
implementation 'io.smallrye.reactive:smallrye-reactive-streams-operators-project:0.3.1'
implementation("io.smallrye.reactive:smallrye-reactive-streams-operators-project:0.3.1")
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-streams-operators-project" % "0.3.1"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-streams-operators-project', version='0.3.1')
)
<dependency org="io.smallrye.reactive" name="smallrye-reactive-streams-operators-project" rev="0.3.1" />
<parent> <groupId>io.smallrye</groupId> <artifactId>smallrye-parent</artifactId> <version>1</version> </parent>
compile
|-- org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators:1.0-RC3
|-- org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-core:1.0-RC3
|-- io.reactivex.rxjava2:rxjava:2.2.4
test
|-- org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck:1.0-RC3
|-- junit:junit:4.12