Last Version

Function utils 1.1.6

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.

License

License

GroupId

GroupId

io.github.serg-maximchuk
ArtifactId

ArtifactId

function-utils
Version

Version

1.1.6
Type

Type

jar
Description

Description

Function utils
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.
Project URL

Project URL

https://github.com/serg-maximchuk/function-utils
Source Code Management

Source Code Management

http://github.com/serg-maximchuk/function-utils/tree/master

Download function-utils 1.1.6


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

Dependencies

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.5.0
org.junit.jupiter : junit-jupiter-engine jar 5.5.0

Project Modules

There are no modules declared in this project.