is not current version
Last Version 1.0.5

com.github.bduisenov:fn 1.0.2

A library for functional programming

GroupId

GroupId

com.github.bduisenov
ArtifactId

ArtifactId

fn
Version

Version

1.0.2
Type

Type

jar

Download fn 1.0.2


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