is not current version
Last Version 3.0.0

com.tomgibara.streams:streams 2.0.0

A modest streaming abstraction.

GroupId

GroupId

com.tomgibara.streams
ArtifactId

ArtifactId

streams
Version

Version

2.0.0
Type

Type

jar

Download streams 2.0.0


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