is not current version
Last Version 1.0.4

org.reactivestreams:reactive-streams 1.0.0

A Protocol for Asynchronous Non-Blocking Data Sequence

Categories

Categories

React User Interface Web Frameworks Reactive Streams Container Microservices Reactive libraries
GroupId

GroupId

org.reactivestreams
ArtifactId

ArtifactId

reactive-streams
Version

Version

1.0.0
Type

Type

jar

Download reactive-streams 1.0.0


<!-- https://jarcasting.com/artifacts/org.reactivestreams/reactive-streams/ -->
<dependency>
    <groupId>org.reactivestreams</groupId>
    <artifactId>reactive-streams</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.reactivestreams/reactive-streams/
implementation 'org.reactivestreams:reactive-streams:1.0.0'
// https://jarcasting.com/artifacts/org.reactivestreams/reactive-streams/
implementation ("org.reactivestreams:reactive-streams:1.0.0")
'org.reactivestreams:reactive-streams:jar:1.0.0'
<dependency org="org.reactivestreams" name="reactive-streams" rev="1.0.0">
  <artifact name="reactive-streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reactivestreams', module='reactive-streams', version='1.0.0')
)
libraryDependencies += "org.reactivestreams" % "reactive-streams" % "1.0.0"
[org.reactivestreams/reactive-streams "1.0.0"]