文件名 | 操作 |
---|---|
microprofile-reactive-streams-parent-1.0-RC2.pom | 下载 |
<dependency>
<groupId>org.eclipse.microprofile.reactive.streams</groupId>
<artifactId>microprofile-reactive-streams-parent</artifactId>
<version>1.0-RC2</version>
<type>pom</type>
</dependency>
implementation 'org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-parent:1.0-RC2'
implementation("org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-parent:1.0-RC2")
libraryDependencies += "org.eclipse.microprofile.reactive.streams" % "microprofile-reactive-streams-parent" % "1.0-RC2"
@Grapes(
@Grab(group='org.eclipse.microprofile.reactive.streams', module='microprofile-reactive-streams-parent', version='1.0-RC2')
)
<dependency org="org.eclipse.microprofile.reactive.streams" name="microprofile-reactive-streams-parent" rev="1.0-RC2" />
[org.eclipse.microprofile.reactive.streams/microprofile-reactive-streams-parent "1.0-RC2"]