is not current version
Last Version 5.3

io.activej:activej-datastream 1.0-rc2

Composable asynchronous/reactive streams with powerful data processing capabilities. They are useful for transferring big volumes of lightweight values or objects.

Categories

Categories

Data ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-datastream
Version

Version

1.0-rc2
Type

Type

jar

Download activej-datastream 1.0-rc2


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