is not current version
Last Version 1.3.1

com.googlecode.funcito:funcito 1.0.1

Funcito is a library for wrapping Java methods as Function-object in FP libraries

GroupId

GroupId

com.googlecode.funcito
ArtifactId

ArtifactId

funcito
Version

Version

1.0.1
Type

Type

jar

Download funcito 1.0.1


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