| License |
License |
|---|---|
| GroupId | GroupIdcom.ongres |
| ArtifactId | ArtifactIdfluent-process |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
DescriptionFluent Process is a Java 8+ library to provide a Process interface that is fluent and Java Streams oriented.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fluent-process-1.0.1.pom | |
| fluent-process-1.0.1.jar | 35 KB |
| fluent-process-1.0.1-sources.jar | 25 KB |
| fluent-process-1.0.1-javadoc.jar | 448 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ongres/fluent-process/ -->
<dependency>
<groupId>com.ongres</groupId>
<artifactId>fluent-process</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ongres/fluent-process/
implementation 'com.ongres:fluent-process:1.0.1'
// https://jarcasting.com/artifacts/com.ongres/fluent-process/
implementation ("com.ongres:fluent-process:1.0.1")
'com.ongres:fluent-process:jar:1.0.1'
<dependency org="com.ongres" name="fluent-process" rev="1.0.1">
<artifact name="fluent-process" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ongres', module='fluent-process', version='1.0.1')
)
libraryDependencies += "com.ongres" % "fluent-process" % "1.0.1"
[com.ongres/fluent-process "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.spotbugs : spotbugs-annotations | jar | 4.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar |