org.funcish:funcish-guava

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

License

License

BSD
Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

org.funcish
ArtifactId

ArtifactId

funcish-guava
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download funcish-guava

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.funcish : funcish-core jar 0.1.0
com.google.guava : guava jar 14.0.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.0
0.0.5