Groovy Stream

A collection of classes to give a fluent builder for Streams (Lazy Groovy Generators).

License

License

Categories

Categories

Groovy Languages
GroupId

GroupId

com.bloidonia
ArtifactId

ArtifactId

groovy-stream
Last Version

Last Version

0.9.1
Release Date

Release Date

Type

Type

jar
Description

Description

Groovy Stream
A collection of classes to give a fluent builder for Streams (Lazy Groovy Generators).
Source Code Management

Source Code Management

https://github.com/timyates/groovy-stream

Download groovy-stream

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.codehaus.groovy : groovy jar 2.3.8

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.1
0.9.0
0.8.1
0.8.0
0.7.4
0.7.3
0.7.2
0.7.0
0.6.2
0.6.1
0.6
0.5.4
0.5.3
0.5.2
0.5.1