File | Operation |
---|---|
microprofile-reactive-streams-operators-parent-2.0.pom | download |
<dependency>
<groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
<artifactId>microprofile-reactive-streams-operators-parent</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
implementation 'org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-parent:2.0'
implementation("org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-parent:2.0")
libraryDependencies += "org.eclipse.microprofile.reactive-streams-operators" % "microprofile-reactive-streams-operators-parent" % "2.0"
@Grapes(
@Grab(group='org.eclipse.microprofile.reactive-streams-operators', module='microprofile-reactive-streams-operators-parent', version='2.0')
)
<dependency org="org.eclipse.microprofile.reactive-streams-operators" name="microprofile-reactive-streams-operators-parent" rev="2.0" />
[org.eclipse.microprofile.reactive-streams-operators/microprofile-reactive-streams-operators-parent "2.0"]