is not current version
Last Version 3.0.4

com.iodesystems:fn 2.1.1

Fn is a lazy Java Library that helps utilize some rudimentary functional concepts with more nounular objects

GroupId

GroupId

com.iodesystems
ArtifactId

ArtifactId

fn
Version

Version

2.1.1
Type

Type

jar

Download fn 2.1.1


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