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