is not current version
Last Version 1.3.1

com.googlecode.funcito:funcito 1.0.2

Funcito is a library for wrapping Java methods as function-types in FP libraries. This POM is not configured for Maven builds, but only for dependency resolution.

GroupId

GroupId

com.googlecode.funcito
ArtifactId

ArtifactId

funcito
Version

Version

1.0.2
Type

Type

jar

Download funcito 1.0.2


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