funcish utilities: core

Functional programming API borrowing heavily from Ruby and Clojure but staying within the bounds of Java

License

License

BSD
GroupId

GroupId

org.funcish
ArtifactId

ArtifactId

funcish-core
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

funcish utilities: core
Functional programming API borrowing heavily from Ruby and Clojure but staying within the bounds of Java

Download funcish-core

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.0
0.0.5
0.0.2
0.0.1