License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Reactive Streams Container Microservices Reactive libraries |
GroupId | GroupIdorg.reactivestreams |
ArtifactId | ArtifactIdreactive-streams |
Version | Version1.0.4 |
Type | Typejar |
Description |
Descriptionreactive-streams
A Protocol for Asynchronous Non-Blocking Data Sequence
|
Project URL |
Project URL |
Filename | Size |
---|---|
reactive-streams-1.0.4.pom | |
reactive-streams-1.0.4.jar | 11 KB |
reactive-streams-1.0.4-sources.jar | 5 KB |
reactive-streams-1.0.4-javadoc.jar | 407 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.reactivestreams/reactive-streams/ -->
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.reactivestreams/reactive-streams/
implementation 'org.reactivestreams:reactive-streams:1.0.4'
// https://jarcasting.com/artifacts/org.reactivestreams/reactive-streams/
implementation ("org.reactivestreams:reactive-streams:1.0.4")
'org.reactivestreams:reactive-streams:jar:1.0.4'
<dependency org="org.reactivestreams" name="reactive-streams" rev="1.0.4">
<artifact name="reactive-streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reactivestreams', module='reactive-streams', version='1.0.4')
)
libraryDependencies += "org.reactivestreams" % "reactive-streams" % "1.0.4"
[org.reactivestreams/reactive-streams "1.0.4"]