is not current version
Last Version 4.0

com.github.tonivade:purefun-stream 2.0

Functional Programming Library for Java

GroupId

GroupId

com.github.tonivade
ArtifactId

ArtifactId

purefun-stream
Version

Version

2.0
Type

Type

jar

Download purefun-stream 2.0


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