Last Version

Groovy Stream 0.9.1

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
Version

Version

0.9.1
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 0.9.1


<!-- 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.