is not current version
Last Version 1.1.6

io.github.serg-maximchuk:function-utils 0.0.1

Dependency-free utility library born to reduce the code size and increase it's readability when dealing with lambdas, and some more! It will help you to write java code in more functional style.

GroupId

GroupId

io.github.serg-maximchuk
ArtifactId

ArtifactId

function-utils
Version

Version

0.0.1
Type

Type

jar

Download function-utils 0.0.1


<!-- https://jarcasting.com/artifacts/io.github.serg-maximchuk/function-utils/ -->
<dependency>
    <groupId>io.github.serg-maximchuk</groupId>
    <artifactId>function-utils</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.serg-maximchuk/function-utils/
implementation 'io.github.serg-maximchuk:function-utils:0.0.1'
// https://jarcasting.com/artifacts/io.github.serg-maximchuk/function-utils/
implementation ("io.github.serg-maximchuk:function-utils:0.0.1")
'io.github.serg-maximchuk:function-utils:jar:0.0.1'
<dependency org="io.github.serg-maximchuk" name="function-utils" rev="0.0.1">
  <artifact name="function-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.serg-maximchuk', module='function-utils', version='0.0.1')
)
libraryDependencies += "io.github.serg-maximchuk" % "function-utils" % "0.0.1"
[io.github.serg-maximchuk/function-utils "0.0.1"]