funclite

A lightweight functional programming library

License

License

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.hamnaberg
ArtifactId

ArtifactId

funclite
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

funclite
A lightweight functional programming library
Project URL

Project URL

https://github.com/hamnis/funclite
Source Code Management

Source Code Management

https://github.com/hamnis/funclite

Download funclite

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava Optional jar 15.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Simple Functional programming library. Extracted from Collection+JSON java

Maven coordinates

Releases are pushed to oss.sonatype.org which again syncs with maven central.

<dependency>
    <groupId>net.hamnaberg</groupId>
    <artifactId>funclite</artifactId>
    <version>0.2.0</version>
</dependency>

Versions

Version
0.3.0
0.2.0
0.1.0