is not current version
Last Version 0.6.16

org.typemeta:funcj 0.6.1

A collection Java libraries and frameworks inspired by functional programming.

GroupId

GroupId

org.typemeta
ArtifactId

ArtifactId

funcj
Version

Version

0.6.1
Type

Type

pom

Download funcj 0.6.1

Filename Size
funcj-0.6.1.pom 9 KB
Browse

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