More Collectors

Some useful collectors implements for Java 8.

License

License

The Artistic License 2.0
Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.phantomthief
ArtifactId

ArtifactId

more-collectors
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

More Collectors
Some useful collectors implements for Java 8.
Project URL

Project URL

https://github.com/PhantomThief/more-collectors-java
Source Code Management

Source Code Management

https://github.com/PhantomThief/more-collectors-java.git

Download more-collectors

How to add to project

<!-- 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"]

Dependencies

provided (2)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
com.carrotsearch : hppc jar 0.6.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

more-lambdas

Build Status Maven Central

Some useful lambda implements for Java 8.

Versions

Version
1.0.1
1.0.0