is not current version
Last Version 2.1.1

org.paumard:streams-utils 1.2

Streams Utils is a set of operations written on Java 8 Streams. It allows several basic operations that are not available in the the Java 8, and that have proven to be very useful in some cases.

GroupId

GroupId

org.paumard
ArtifactId

ArtifactId

streams-utils
Version

Version

1.2
Type

Type

jar

Download streams-utils 1.2


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