Functional Programming Utilities for Java 7


License

License

Categories

Categories

Net
GroupId

GroupId

net.kleinhaneveld.fn
ArtifactId

ArtifactId

fn
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Functional Programming Utilities for Java 7
Functional Programming Utilities for Java 7
Project URL

Project URL

https://github.com/peterpaul/fn
Source Code Management

Source Code Management

https://github.com/peterpaul/fn

Download fn

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.1

test (3)

Group / Artifact Type Version
org.hamcrest : hamcrest-all jar 1.3
junit : junit jar 4.12
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

fn

Functional utilities for java 7+.

This library is available from the Maven Central repository with the following coordinates:

group: net.kleinhaneveld.fn
name: fn
version: 0.1.0

For example to add the dependency to maven, use the following snippet.

<dependency>
    <groupId>net.kleinhaneveld.fn</groupId>
    <artifactId>fn</artifactId>
    <version>0.1.0</version>
</dependency>

Versions

Version
0.1.0