m

microprofile-reactive-streams-operators-parent

Eclipse MicroProfile Reactive Streams Operators :: Parent POM
James Roper Clement Escoffier
Files download
File Operation
microprofile-reactive-streams-operators-parent-3.0.1.pom download
Apache Maven
<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>
Gradle Groovy
implementation 'org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-parent:3.0.1'
Gradle Kotlin
implementation("org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-parent:3.0.1")
Scala SBT
libraryDependencies += "org.eclipse.microprofile.reactive-streams-operators" % "microprofile-reactive-streams-operators-parent" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.microprofile.reactive-streams-operators', module='microprofile-reactive-streams-operators-parent', version='3.0.1')
)
Apache Ivy
<dependency org="org.eclipse.microprofile.reactive-streams-operators" name="microprofile-reactive-streams-operators-parent" rev="3.0.1" />
Leiningen
[org.eclipse.microprofile.reactive-streams-operators/microprofile-reactive-streams-operators-parent "3.0.1"]
Apache Buildr
'org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-parent:jar:3.0.1'