is not current version
Last Version 1.0.1

com.ongres:fluent-process 1.0.0

Fluent Process is a Java 8+ library to provide a Process interface that is fluent and Java Streams oriented.

GroupId

GroupId

com.ongres
ArtifactId

ArtifactId

fluent-process
Version

Version

1.0.0
Type

Type

jar

Download fluent-process 1.0.0


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