MVN

com.spencerwi : Either.java

Maven & Gradle

Feb 09, 2022
4 usages
61 stars

Either.java · A right-biased implementation of "Either a b" for Java, using Java 8 for mapping/folding and type inference.

<dependency>
    <groupId>com.spencerwi</groupId>
    <artifactId>Either.java</artifactId>
    <version>2.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.spencerwi : Either.java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.0

All Versions

Choose a version of com.spencerwi : Either.java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
Either.java-2.9.0
2.8.x
Either.java-2.8.0
2.7.x
Either.java-2.7.0
2.6.x
Either.java-2.6.0
2.5.x
Either.java-2.5.0
2.4.x
Either.java-2.4.0
2.3.x
Either.java-2.3.0
2.2.x
Either.java-2.2.1
Either.java-2.2.0
2.1.x
Either.java-2.1.1
Either.java-2.1.0
2.0.x
Either.java-2.0.0
1.2.x
Either.java-1.2.1
Either.java-1.2.0
1.1.x
Either.java-1.1.0
1.0.x
Either.java-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.spencerwi</groupId>
    <artifactId>Either.java</artifactId>
    <version>2.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.spencerwi : Either.java gradle dependency to your build.gradle file:

implementation 'com.spencerwi:Either.java:2.9.0'

Gradle Kotlin DSL: Add the following com.spencerwi : Either.java gradle kotlin dependency to your build.gradle.kts file:

implementation("com.spencerwi:Either.java:2.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.spencerwi : Either.java sbt scala dependency to your build.sbt file:

libraryDependencies += "com.spencerwi" % "Either.java" % "2.9.0"

Advertisement

Dependencies from Group

Feb 09, 2022
4 usages
61 stars
May 29, 2015
1 usages
13 stars

Discover Dependencies

Mar 24, 2020
4 usages
1.9k stars
Jun 08, 2021
8 usages
0 stars
Oct 26, 2015
7 usages
3 stars
Jul 01, 2018
7 usages
363 stars
Dec 24, 2019
3 usages
2 stars
Jul 26, 2023
89 usages
134 stars
Nov 03, 2016
3 usages
4 stars
Jul 01, 2018
4 usages
7 stars