MVN

com.github.tonivade : purefun-optics

Maven & Gradle

Jul 15, 2023
99 stars

Pure Fun · Functional Programming Library for Java

<dependency>
    <groupId>com.github.tonivade</groupId>
    <artifactId>purefun-optics</artifactId>
    <version>4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tonivade : purefun-optics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1

All Versions

Choose a version of com.github.tonivade : purefun-optics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1
purefun-optics-4.1
4.0
purefun-optics-4.0
3.0
purefun-optics-3.0
2.2
purefun-optics-2.2
2.1.x
purefun-optics-2.1.1
2.1
purefun-optics-2.1
2.0
purefun-optics-2.0
1.8
purefun-optics-1.8
1.7
purefun-optics-1.7
1.6
purefun-optics-1.6
1.5
purefun-optics-1.5
1.4
purefun-optics-1.4
1.3
purefun-optics-1.3
1.2
purefun-optics-1.2
1.1
purefun-optics-1.1
1.0
purefun-optics-1.0

How to add a dependency to Maven

Add the following com.github.tonivade : purefun-optics maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.tonivade</groupId>
    <artifactId>purefun-optics</artifactId>
    <version>4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tonivade : purefun-optics gradle dependency to your build.gradle file:

implementation 'com.github.tonivade:purefun-optics:4.1'

Gradle Kotlin DSL: Add the following com.github.tonivade : purefun-optics gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.tonivade:purefun-optics:4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tonivade : purefun-optics sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tonivade" % "purefun-optics" % "4.1"