is not current version
Last Version 1.1.3

io.datakernel:async-streams 1.1

Composable asynchronous/reactive streams with powerful data processing capabilities.

Categories

Categories

Data
GroupId

GroupId

io.datakernel
ArtifactId

ArtifactId

async-streams
Version

Version

1.1
Type

Type

jar

Download async-streams 1.1


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