is not current version
Last Version 0.6.16

org.typemeta:funcj 0.6.15

A collection Java libraries and frameworks inspired by functional programming.

GroupId

GroupId

org.typemeta
ArtifactId

ArtifactId

funcj
Version

Version

0.6.15
Type

Type

pom

Download funcj 0.6.15

Filename Size
funcj-0.6.15.pom 12 KB
Browse

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