License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Reactive Streams Container Microservices Reactive libraries |
GroupId | GroupIdorg.reactivestreams |
ArtifactId | ArtifactIdreactive-streams-spi |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionreactive-streams-spi
reactive-streams-spi
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
reactive-streams-spi-0.3.pom | |
reactive-streams-spi-0.3.jar | 2 KB |
reactive-streams-spi-0.3-sources.jar | 4 KB |
reactive-streams-spi-0.3-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.reactivestreams/reactive-streams-spi/ -->
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams-spi</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.reactivestreams/reactive-streams-spi/
implementation 'org.reactivestreams:reactive-streams-spi:0.3'
// https://jarcasting.com/artifacts/org.reactivestreams/reactive-streams-spi/
implementation ("org.reactivestreams:reactive-streams-spi:0.3")
'org.reactivestreams:reactive-streams-spi:jar:0.3'
<dependency org="org.reactivestreams" name="reactive-streams-spi" rev="0.3">
<artifact name="reactive-streams-spi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reactivestreams', module='reactive-streams-spi', version='0.3')
)
libraryDependencies += "org.reactivestreams" % "reactive-streams-spi" % "0.3"
[org.reactivestreams/reactive-streams-spi "0.3"]