MVN

io.github.serg-maximchuk : function-utils

Maven & Gradle

Apr 02, 2020
3 stars

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.

<dependency>
    <groupId>io.github.serg-maximchuk</groupId>
    <artifactId>function-utils</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.serg-maximchuk : function-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of io.github.serg-maximchuk : function-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
function-utils-1.1.6
function-utils-1.1.5
function-utils-1.1.4
function-utils-1.1.3
function-utils-1.1.2
function-utils-1.1.1
function-utils-1.1.1-java8
function-utils-1.1.0-java8
function-utils-1.1.0
1.0.x
function-utils-1.0.4
function-utils-1.0.4-java8
function-utils-1.0.3-java8
function-utils-1.0.3
function-utils-1.0.2
function-utils-1.0.1
function-utils-1.0.0
0.0.x
function-utils-0.0.1

How to add a dependency to Maven

Add the following io.github.serg-maximchuk : function-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.serg-maximchuk</groupId>
    <artifactId>function-utils</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.serg-maximchuk : function-utils gradle dependency to your build.gradle file:

implementation 'io.github.serg-maximchuk:function-utils:1.1.6'

Gradle Kotlin DSL: Add the following io.github.serg-maximchuk : function-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.serg-maximchuk:function-utils:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.serg-maximchuk : function-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.serg-maximchuk" % "function-utils" % "1.1.6"