MVN

com.iofairy : functional

Maven & Gradle

Jul 29, 2023
2 usages
4 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.4.10</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.4.10

All Versions

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

Version Vulnerabilities Updated
0.4.x
functional-0.4.10
functional-0.4.9
functional-0.4.2
functional-0.4.1
functional-0.4.0
0.3.x
functional-0.3.12
functional-0.3.11
functional-0.3.10
functional-0.3.9
functional-0.3.7
functional-0.3.6
functional-0.3.5
functional-0.3.4
functional-0.3.3
functional-0.3.2
functional-0.3.1
functional-0.3.0
0.2.x
functional-0.2.5
functional-0.2.4
functional-0.2.3
functional-0.2.2
functional-0.2.1
functional-0.2.0
0.1.x
functional-0.1.1
functional-0.1.0
0.0.x
functional-0.0.8
functional-0.0.7
functional-0.0.6
functional-0.0.5
functional-0.0.4
functional-0.0.3
functional-0.0.2
functional-0.0.1

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.4.10</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.4.10'

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

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

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.4.10"

Advertisement