f

funcj

A collection Java libraries and frameworks inspired by functional programming.
https://github.com/typemeta/funcj
MIT License
Jon Hanson
Files download
File Operation
funcj-0.6.18.pom download
Apache Maven
<dependency>
  <groupId>org.typemeta</groupId>
  <artifactId>funcj</artifactId>
  <version>0.6.18</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.typemeta:funcj:0.6.18'
Gradle Kotlin
implementation("org.typemeta:funcj:0.6.18")
Scala SBT
libraryDependencies += "org.typemeta" % "funcj" % "0.6.18"
Groovy Grape
@Grapes(
  @Grab(group='org.typemeta', module='funcj', version='0.6.18')
)
Apache Ivy
<dependency org="org.typemeta" name="funcj" rev="0.6.18" />
Leiningen
[org.typemeta/funcj "0.6.18"]
Apache Buildr
'org.typemeta:funcj:jar:0.6.18'
Dependencies
The project has no third-party dependencies