Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.reacted |
ArtifactId | ArtifactIdreacted-streams |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
reacted-streams-1.3.0.pom | |
reacted-streams-1.3.0.jar | 20 KB |
reacted-streams-1.3.0-sources.jar | 12 KB |
reacted-streams-1.3.0-javadoc.jar | 440 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.reacted/reacted-streams/ -->
<dependency>
<groupId>io.reacted</groupId>
<artifactId>reacted-streams</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.reacted/reacted-streams/
implementation 'io.reacted:reacted-streams:1.3.0'
// https://jarcasting.com/artifacts/io.reacted/reacted-streams/
implementation ("io.reacted:reacted-streams:1.3.0")
'io.reacted:reacted-streams:jar:1.3.0'
<dependency org="io.reacted" name="reacted-streams" rev="1.3.0">
<artifact name="reacted-streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.reacted', module='reacted-streams', version='1.3.0')
)
libraryDependencies += "io.reacted" % "reacted-streams" % "1.3.0"
[io.reacted/reacted-streams "1.3.0"]