Last Version

Kotlin coroutine pipelines 0.6

Kotlin coroutine implementation of the pipelines library

License

License

Categories

Categories

Net
GroupId

GroupId

net.pwall.util
ArtifactId

ArtifactId

co-pipelines
Version

Version

0.6
Type

Type

jar
Description

Description

Kotlin coroutine pipelines
Kotlin coroutine implementation of the pipelines library
Source Code Management

Source Code Management

https://github.com/pwall567/co-pipelines.git

Download co-pipelines 0.6


<!-- https://jarcasting.com/artifacts/net.pwall.util/co-pipelines/ -->
<dependency>
    <groupId>net.pwall.util</groupId>
    <artifactId>co-pipelines</artifactId>
    <version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.util/co-pipelines/
implementation 'net.pwall.util:co-pipelines:0.6'
// https://jarcasting.com/artifacts/net.pwall.util/co-pipelines/
implementation ("net.pwall.util:co-pipelines:0.6")
'net.pwall.util:co-pipelines:jar:0.6'
<dependency org="net.pwall.util" name="co-pipelines" rev="0.6">
  <artifact name="co-pipelines" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.util', module='co-pipelines', version='0.6')
)
libraryDependencies += "net.pwall.util" % "co-pipelines" % "0.6"
[net.pwall.util/co-pipelines "0.6"]

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.0
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.3.9
org.jetbrains.kotlinx : kotlinx-coroutines-io-jvm jar 0.1.16

test (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-junit jar 1.4.0

Project Modules

There are no modules declared in this project.