License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdio.datakernel |
ArtifactId | ArtifactIdasync-streams |
Version | Version1.1.3 |
Type | Typejar |
Description |
DescriptionDataKernel: Async Streams
Composable asynchronous/reactive streams with powerful data processing capabilities.
|
Project URL |
Project URL |
Filename | Size |
---|---|
async-streams-1.1.3.pom | |
async-streams-1.1.3.jar | 175 KB |
async-streams-1.1.3-sources.jar | 96 KB |
async-streams-1.1.3-javadoc.jar | 643 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.datakernel/async-streams/ -->
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>async-streams</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.datakernel/async-streams/
implementation 'io.datakernel:async-streams:1.1.3'
// https://jarcasting.com/artifacts/io.datakernel/async-streams/
implementation ("io.datakernel:async-streams:1.1.3")
'io.datakernel:async-streams:jar:1.1.3'
<dependency org="io.datakernel" name="async-streams" rev="1.1.3">
<artifact name="async-streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datakernel', module='async-streams', version='1.1.3')
)
libraryDependencies += "io.datakernel" % "async-streams" % "1.1.3"
[io.datakernel/async-streams "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.12 |
io.datakernel : eventloop | jar | 1.1.3 |
io.datakernel : serializer | jar | 1.1.3 |
com.google.code.gson : gson Optional | jar | 2.3.1 |
net.jpountz.lz4 : lz4 Optional | jar | 1.3.0 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.3 |
org.openjdk.jmh : jmh-core | jar | 1.10.2 |
junit : junit | jar | 4.12 |