Categories |
CategoriesReact User Interface Web Frameworks CLI Reactive Streams Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdorg.eclipse.microprofile.reactive.streams |
ArtifactId | ArtifactIdmicroprofile-reactive-streams-parent |
Version | Version1.0.0-M1 |
Type | Typepom |
Filename | Size |
---|---|
microprofile-reactive-streams-parent-1.0.0-M1.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.reactive.streams/microprofile-reactive-streams-parent/ -->
<dependency>
<groupId>org.eclipse.microprofile.reactive.streams</groupId>
<artifactId>microprofile-reactive-streams-parent</artifactId>
<version>1.0.0-M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.reactive.streams/microprofile-reactive-streams-parent/
implementation 'org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-parent:1.0.0-M1'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.reactive.streams/microprofile-reactive-streams-parent/
implementation ("org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-parent:1.0.0-M1")
'org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-parent:pom:1.0.0-M1'
<dependency org="org.eclipse.microprofile.reactive.streams" name="microprofile-reactive-streams-parent" rev="1.0.0-M1">
<artifact name="microprofile-reactive-streams-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.reactive.streams', module='microprofile-reactive-streams-parent', version='1.0.0-M1')
)
libraryDependencies += "org.eclipse.microprofile.reactive.streams" % "microprofile-reactive-streams-parent" % "1.0.0-M1"
[org.eclipse.microprofile.reactive.streams/microprofile-reactive-streams-parent "1.0.0-M1"]