License |
License |
---|---|
GroupId | GroupIdcom.iodesystems |
ArtifactId | ArtifactIdfn |
Last Version | Last Version3.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFn
Fn is a lazy Java Library that helps utilize some rudimentary functional concepts
with more nounular
objects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fn-3.0.4.pom | |
fn-3.0.4.jar | 134 KB |
fn-3.0.4-sources.jar | 32 KB |
fn-3.0.4-javadoc.jar | 316 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.iodesystems/fn/ -->
<dependency>
<groupId>com.iodesystems</groupId>
<artifactId>fn</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.iodesystems/fn/
implementation 'com.iodesystems:fn:3.0.4'
// https://jarcasting.com/artifacts/com.iodesystems/fn/
implementation ("com.iodesystems:fn:3.0.4")
'com.iodesystems:fn:jar:3.0.4'
<dependency org="com.iodesystems" name="fn" rev="3.0.4">
<artifact name="fn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iodesystems', module='fn', version='3.0.4')
)
libraryDependencies += "com.iodesystems" % "fn" % "3.0.4"
[com.iodesystems/fn "3.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
net.jodah : concurrentunit | jar | 0.4.6 |