License |
License |
---|---|
GroupId | GroupIdio.github.serg-maximchuk |
ArtifactId | ArtifactIdfunction-utils |
Version | Version1.1.6 |
Type | Typejar |
Description |
DescriptionFunction 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
function-utils-1.1.6.pom | |
function-utils-1.1.6.jar | 60 KB |
function-utils-1.1.6-sources.jar | 51 KB |
function-utils-1.1.6-javadoc.jar | 707 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.5.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.0 |