MVN

com.iofairy : functional

Maven & Gradle

Mar 16, 2023
2 usages
3 stars

Functional Programming for Java · Functional Programming for Java 8+ and compatible with the modular system of Java 9+.

<dependency>
    <groupId>com.iofairy</groupId>
    <artifactId>functional</artifactId>
    <version>0.3.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.iofairy : functional to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.11

All Versions

Choose a version of com.iofairy : functional to add to Maven or Gradle - All Versions:

  • Version Updated
  • functional-0.3.11

    Mar 16, 2023
  • functional-0.3.10

    Jul 25, 2022
  • functional-0.3.9

    Jul 11, 2022
  • functional-0.3.7

    Jul 02, 2022
  • functional-0.3.6

    Jun 11, 2022
  • functional-0.3.5

    May 16, 2022
  • functional-0.3.4

    May 15, 2022
  • functional-0.3.3

    May 08, 2022
  • functional-0.3.2

    May 03, 2022
  • functional-0.3.1

    May 02, 2022
  • functional-0.3.0

    Apr 23, 2022
  • functional-0.2.5

    Mar 13, 2022
  • functional-0.2.4

    Feb 13, 2022
  • functional-0.2.3

    Feb 12, 2022
  • functional-0.2.2

    Dec 11, 2021
  • functional-0.2.1

    Dec 05, 2021
  • functional-0.2.0

    Nov 20, 2021
  • functional-0.1.1

    Sep 25, 2021
  • functional-0.1.0

    Aug 07, 2021
  • functional-0.0.8

    Aug 05, 2021
  • functional-0.0.7

    Aug 03, 2021
  • functional-0.0.6

    Jul 26, 2021
  • functional-0.0.5

    Jul 25, 2021
  • functional-0.0.4

    Jul 18, 2021
  • functional-0.0.3

    Jul 15, 2021
  • functional-0.0.2

    Jul 14, 2021
  • functional-0.0.1

    Jul 09, 2021

How to add a dependency to Maven

Add the following com.iofairy : functional maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.iofairy</groupId>
    <artifactId>functional</artifactId>
    <version>0.3.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.iofairy : functional gradle dependency to your build.gradle file:

implementation 'com.iofairy:functional:0.3.11'

Gradle Kotlin DSL: Add the following com.iofairy : functional gradle kotlin dependency to your build.gradle.kts file:

implementation("com.iofairy:functional:0.3.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.iofairy : functional sbt scala dependency to your build.sbt file:

libraryDependencies += "com.iofairy" % "functional" % "0.3.11"