не последняя версия
Последняя версия 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.

Группа

Группа

com.ongres
Идентификатор

Идентификатор

fluent-process
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать 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"]