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