License |
License |
---|---|
GroupId | GroupIdorg.paumard |
ArtifactId | ArtifactIdcollectors-utils |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionorg.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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
collectors-utils-1.0.pom | |
collectors-utils-1.0.jar | 8 KB |
collectors-utils-1.0-sources.jar | 8 KB |
collectors-utils-1.0-javadoc.jar | 34 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.paumard : streams-utils | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.6 |
org.assertj : assertj-core | jar | 3.6.2 |