jafpl

Just Another Fine Pipeline Language.

License

License

GroupId

GroupId

com.jafpl
ArtifactId

ArtifactId

jafpl_2.12
Last Version

Last Version

0.2.40
Release Date

Release Date

Type

Type

jar
Description

Description

jafpl
Just Another Fine Pipeline Language.
Project URL

Project URL

https://jafpl.com/
Project Organization

Project Organization

JAFPL
Source Code Management

Source Code Management

https://github.com/ndw/jafpl

Download jafpl_2.12

How to add to project

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

Dependencies

compile (11)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.6
org.apache.logging.log4j : log4j-api jar 2.12.1
org.apache.logging.log4j : log4j-core jar 2.12.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.12.1
org.slf4j : jcl-over-slf4j jar 1.7.25
org.slf4j : slf4j-api jar 1.7.25
com.typesafe.akka : akka-actor_2.12 jar 2.5.24
org.scalactic : scalactic_2.12 jar 3.0.5
org.scala-lang.modules : scala-xml_2.12 jar 1.1.0
org.scala-lang.modules : scala-parser-combinators_2.12 jar 1.1.0
org.scala-lang.modules : scala-swing_2.12 jar 2.0.3

test (2)

Group / Artifact Type Version
com.typesafe.akka : akka-testkit_2.12 jar 2.5.24
org.scalatest : scalatest_2.12 jar 3.0.5

Project Modules

There are no modules declared in this project.

README

Just Another Fine Pipeline Language.

This is a pipeline framework. It’s built on top of Akka actors to support arbitrary data flow pipelines. It is wholly agnostic to the kinds of data that flow through the pipelines and the implementations of the steps that process them.

See http://jafpl.com/

Versions

Version
0.2.40
0.2.39
0.1.36
0.1.23
0.1.1
0.0.104
0.0.103
0.0.77
0.0.76