Download pipeline-0.5.0.jar file - Jar p

Jar examples for p:pipeline

Description

Pipeline is a module to make multi-step parallel workflows easier to implement.

You can download jar file pipeline 0.5.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add pipeline-0.5.0.jar to your project.

<dependency>
   <groupId>de.matrixweb.smaller</groupId>
   <artifactId>pipeline</artifactId>
   <version>0.5.0</version>
</dependency>
compile group: 'de.matrixweb.smaller', name: 'pipeline', version: '0.5.0'
libraryDependencies += "de.matrixweb.smaller" % "pipeline" % "0.5.0"
<dependency org="de.matrixweb.smaller" name="pipeline" rev="0.5.0"/>
@Grapes(@Grab(group='de.matrixweb.smaller', module='pipeline', version='0.5.0'))
'de.matrixweb.smaller:pipeline:jar:0.5.0'

Download

Click the following link to download the jar file.

pipeline-0.5.0-javadoc.jar
pipeline-0.5.0-sources.jar
pipeline-0.5.0-test-sources.jar
pipeline-0.5.0-tests.jar
pipeline-0.5.0.jar
pipeline-0.5.0.pom



Related Tutorials