Categories |
CategoriesReact User Interface Web Frameworks Reactive Streams Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdio.smallrye.reactive |
ArtifactId | ArtifactIdsmallrye-reactive-streams-operators-project |
Version | Version1.0.12 |
Type | Typepom |
Filename | Size |
---|---|
smallrye-reactive-streams-operators-project-1.0.12.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-streams-operators-project/ -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-streams-operators-project</artifactId>
<version>1.0.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-streams-operators-project/
implementation 'io.smallrye.reactive:smallrye-reactive-streams-operators-project:1.0.12'
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-streams-operators-project/
implementation ("io.smallrye.reactive:smallrye-reactive-streams-operators-project:1.0.12")
'io.smallrye.reactive:smallrye-reactive-streams-operators-project:pom:1.0.12'
<dependency org="io.smallrye.reactive" name="smallrye-reactive-streams-operators-project" rev="1.0.12">
<artifact name="smallrye-reactive-streams-operators-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-streams-operators-project', version='1.0.12')
)
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-streams-operators-project" % "1.0.12"
[io.smallrye.reactive/smallrye-reactive-streams-operators-project "1.0.12"]