is not current version
Last Version 1.0.1

com.github.phantomthief:more-collectors 1.0.0

Some useful collectors implements for Java 8.

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.phantomthief
ArtifactId

ArtifactId

more-collectors
Version

Version

1.0.0
Type

Type

jar

Download more-collectors 1.0.0


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