Last Version

org.paumard::collectors-utils 1.0

Collectors Utils is a set of operations written on Java 8 Streams. It allows several basic and advanced 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

collectors-utils
Version

Version

1.0
Type

Type

jar
Description

Description

org.paumard::collectors-utils
Collectors Utils is a set of operations written on Java 8 Streams. It allows several basic and advanced 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/collectors-utils
Source Code Management

Source Code Management

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

Download collectors-utils 1.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.paumard : streams-utils jar 1.4

test (2)

Group / Artifact Type Version
org.testng : testng jar 6.9.6
org.assertj : assertj-core jar 3.6.2

Project Modules

There are no modules declared in this project.