is not current version
Last Version 0.9.4

com.github.tonivade:purefun 0.9.2

Functional Programming Library for Java

GroupId

GroupId

com.github.tonivade
ArtifactId

ArtifactId

purefun
Version

Version

0.9.2
Type

Type

jar

Download purefun 0.9.2


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