Download pipes-2.5.0.jar file - Jar p

Jar examples for p:pipes

Description

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.

You can download jar file pipes 2.5.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add pipes-2.5.0.jar to your project.

<dependency>
   <groupId>com.tinkerpop</groupId>
   <artifactId>pipes</artifactId>
   <version>2.5.0</version>
</dependency>
compile group: 'com.tinkerpop', name: 'pipes', version: '2.5.0'
libraryDependencies += "com.tinkerpop" % "pipes" % "2.5.0"
<dependency org="com.tinkerpop" name="pipes" rev="2.5.0"/>
@Grapes(@Grab(group='com.tinkerpop', module='pipes', version='2.5.0'))
'com.tinkerpop:pipes:jar:2.5.0'

Download

Click the following link to download the jar file.

pipes-2.5.0-javadoc.jar
pipes-2.5.0-sources.jar
pipes-2.5.0.jar
pipes-2.5.0.pom



Related Tutorials