| License | License | 
|---|---|
| GroupId | GroupIdorg.typemeta | 
| ArtifactId | ArtifactIdfuncj | 
| Last Version | Last Version0.6.16 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionorg.typemeta:funcj A collection Java libraries and frameworks inspired by functional programming. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| funcj-0.6.16.pom | 14 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.typemeta/funcj/ -->
<dependency>
    <groupId>org.typemeta</groupId>
    <artifactId>funcj</artifactId>
    <version>0.6.16</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.typemeta/funcj/
implementation 'org.typemeta:funcj:0.6.16'// https://jarcasting.com/artifacts/org.typemeta/funcj/
implementation ("org.typemeta:funcj:0.6.16")'org.typemeta:funcj:pom:0.6.16'<dependency org="org.typemeta" name="funcj" rev="0.6.16">
  <artifact name="funcj" type="pom" />
</dependency>@Grapes(
@Grab(group='org.typemeta', module='funcj', version='0.6.16')
)libraryDependencies += "org.typemeta" % "funcj" % "0.6.16"[org.typemeta/funcj "0.6.16"]