is not current version
Last Version 2.1.1

org.paumard:streams-utils 2.0

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

GroupId

GroupId

org.paumard
ArtifactId

ArtifactId

streams-utils
Version

Version

2.0
Type

Type

jar

Download streams-utils 2.0


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