Last Version

org.paumard::streams-utils 2.1.1

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.

License

License

GroupId

GroupId

org.paumard
ArtifactId

ArtifactId

streams-utils
Version

Version

2.1.1
Type

Type

jar
Description

Description

org.paumard::streams-utils
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.
Project URL

Project URL

http://github.com/JosePaumard/streams-utils
Source Code Management

Source Code Management

https://github.com/JosePaumard/streams-utils

Download streams-utils 2.1.1


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

Dependencies

test (2)

Group / Artifact Type Version
org.testng : testng jar 6.10
org.assertj : assertj-core jar 3.8.0

Project Modules

There are no modules declared in this project.