more-lambdas
Some useful lambda implements for Java 8.
License |
License
The Artistic License 2.0
|
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.phantomthief |
ArtifactId | ArtifactIdmore-collectors |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMore Collectors
Some useful collectors implements for Java 8.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
more-collectors-1.0.1.pom | |
more-collectors-1.0.1.jar | 8 KB |
more-collectors-1.0.1-sources.jar | 2 KB |
more-collectors-1.0.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.phantomthief/more-collectors/ -->
<dependency>
<groupId>com.github.phantomthief</groupId>
<artifactId>more-collectors</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.phantomthief/more-collectors/
implementation 'com.github.phantomthief:more-collectors:1.0.1'
// https://jarcasting.com/artifacts/com.github.phantomthief/more-collectors/
implementation ("com.github.phantomthief:more-collectors:1.0.1")
'com.github.phantomthief:more-collectors:jar:1.0.1'
<dependency org="com.github.phantomthief" name="more-collectors" rev="1.0.1">
<artifact name="more-collectors" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.phantomthief', module='more-collectors', version='1.0.1')
)
libraryDependencies += "com.github.phantomthief" % "more-collectors" % "1.0.1"
[com.github.phantomthief/more-collectors "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
com.carrotsearch : hppc | jar | 0.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Some useful lambda implements for Java 8.