| License |
License |
|---|---|
| GroupId | GroupIdcom.github.rutledgepaulv |
| ArtifactId | ArtifactIdlazy-collectors |
| Last Version | Last Version0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlazy-collectors
A library of lazy java.util.stream.Collector implementations
|
| Filename | Size |
|---|---|
| lazy-collectors-0.6.pom | |
| lazy-collectors-0.6.jar | 10 KB |
| lazy-collectors-0.6-sources.jar | 4 KB |
| lazy-collectors-0.6-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rutledgepaulv/lazy-collectors/ -->
<dependency>
<groupId>com.github.rutledgepaulv</groupId>
<artifactId>lazy-collectors</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rutledgepaulv/lazy-collectors/
implementation 'com.github.rutledgepaulv:lazy-collectors:0.6'
// https://jarcasting.com/artifacts/com.github.rutledgepaulv/lazy-collectors/
implementation ("com.github.rutledgepaulv:lazy-collectors:0.6")
'com.github.rutledgepaulv:lazy-collectors:jar:0.6'
<dependency org="com.github.rutledgepaulv" name="lazy-collectors" rev="0.6">
<artifact name="lazy-collectors" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rutledgepaulv', module='lazy-collectors', version='0.6')
)
libraryDependencies += "com.github.rutledgepaulv" % "lazy-collectors" % "0.6"
[com.github.rutledgepaulv/lazy-collectors "0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |