MVN

io.github.fzdwx : lambda

Maven & Gradle

Jun 18, 2022
3 stars

λ · A λ function tool.

<dependency>
    <groupId>io.github.fzdwx</groupId>
    <artifactId>lambda</artifactId>
    <version>0.10.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.fzdwx : lambda to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.9

All Versions

Choose a version of io.github.fzdwx : lambda to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
lambda-0.10.9
lambda-0.10.8
lambda-0.10.7
lambda-0.10.6
lambda-0.10.5
lambda-0.10.4
lambda-0.10.3
lambda-0.10.2
lambda-0.10.1
0.10
lambda-0.10
0.09.x
lambda-0.09.5
lambda-0.09.4
lambda-0.09.3
lambda-0.09.2
lambda-0.09.1
0.09
lambda-0.09
0.08
lambda-0.08
0.06
lambda-0.06-pre
0.05
lambda-0.05-pre
0.04
lambda-0.04
0.02
lambda-0.02
0.01
lambda-0.01

How to add a dependency to Maven

Add the following io.github.fzdwx : lambda maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.fzdwx</groupId>
    <artifactId>lambda</artifactId>
    <version>0.10.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.fzdwx : lambda gradle dependency to your build.gradle file:

implementation 'io.github.fzdwx:lambda:0.10.9'

Gradle Kotlin DSL: Add the following io.github.fzdwx : lambda gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.fzdwx:lambda:0.10.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.fzdwx : lambda sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.fzdwx" % "lambda" % "0.10.9"