文件名 | 操作 |
---|---|
smallrye-reactive-messaging-0.0.8.pom | 下载 |
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>0.0.8</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging', version='0.0.8')
)
<parent> <groupId>io.smallrye</groupId> <artifactId>smallrye-parent</artifactId> <version>3</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:2.2.8
|-- io.smallrye.reactive:smallrye-reactive-converter-api:1.0.3
|-- org.eclipse.microprofile.config:microprofile-config-api:1.3
|-- org.apache.commons:commons-lang3:3.9
|-- com.fasterxml.jackson.core:jackson-databind:2.9.8
provided
|-- javax.enterprise:cdi-api:2.0
test
|-- org.jboss.weld.se:weld-se-core:3.1.1.Final
|-- io.smallrye.reactive:smallrye-reactive-streams-operators:1.0.3
|-- io.smallrye.reactive:smallrye-reactive-converter-rxjava2:1.0.3
|-- io.smallrye.reactive:smallrye-reactive-converter-reactor:1.0.3
|-- io.smallrye.reactive:smallrye-reactive-streams-vertx-execution-model:1.0.3
|-- junit:junit:4.12