Pipes: A Lazy Data Flow Framework

Pipes is a dataflow framework written in Java that enables the splitting, merging, filtering, and transformation of data from input to output. Computations are expressed using a combinator model and are evaluated in a memory-efficient, lazy fashion.

Лицензия

Лицензия

Группа

Группа

com.tinkerpop
Идентификатор

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

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

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

2.6.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Pipes: A Lazy Data Flow Framework
Pipes is a dataflow framework written in Java that enables the splitting, merging, filtering, and transformation of data from input to output. Computations are expressed using a combinator model and are evaluated in a memory-efficient, lazy fashion.

Скачать pipes

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.tinkerpop.blueprints : blueprints-core jar 2.6.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.5

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

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

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

Версия
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.0