Kotlin coroutine pipelines

Kotlin coroutine implementation of the pipelines library

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.pwall.util
Идентификатор

Идентификатор

co-pipelines
Последняя версия

Последняя версия

0.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

Kotlin coroutine pipelines
Kotlin coroutine implementation of the pipelines library
Система контроля версий

Система контроля версий

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

Скачать co-pipelines

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-test-junit jar 1.4.0

Модули Проекта

Данный проект не имеет модулей.

co-pipelines

Kotlin coroutine implementation of the pipelines library.

The classes in this library mirror those in the earlier library, but use Kotlin coroutine functionality. That is, the accept and emit functions are all suspend functions.

Dependency Specification

The latest version of the library is 0.6, and it may be obtained from the Maven Central repository.

Maven

    <dependency>
      <groupId>net.pwall.util</groupId>
      <artifactId>co-pipelines</artifactId>
      <version>0.6</version>
    </dependency>

Gradle

    implementation 'net.pwall.util:co-pipelines:0.6'

Gradle (kts)

    implementation("net.pwall.util:co-pipelines:0.6")

Peter Wall

2020-09-17

Версии библиотеки

Версия
0.6
0.5
0.4.1
0.4
0.3
0.2
0.1