Pipeline

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

License

License

GroupId

GroupId

com.github.nblair
ArtifactId

ArtifactId

pipeline
Last Version

Last Version

0.2.0-RC1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Source Code Management

https://github.com/nblair/pipeline

Download pipeline

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.springframework : spring-context jar 3.0.7.RELEASE

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.mockito : mockito-all jar 1.9.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0-RC1