Last Version

Either 1.3.0

A tiny library that offers the Either type in Java.

License

License

GroupId

GroupId

de.scravy
ArtifactId

ArtifactId

either
Version

Version

1.3.0
Type

Type

jar
Description

Description

Either
A tiny library that offers the Either type in Java.
Project URL

Project URL

https://github.com/scravy/java-either
Source Code Management

Source Code Management

https://github.com/scravy/java-either

Download either 1.3.0


<!-- https://jarcasting.com/artifacts/de.scravy/either/ -->
<dependency>
    <groupId>de.scravy</groupId>
    <artifactId>either</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.scravy/either/
implementation 'de.scravy:either:1.3.0'
// https://jarcasting.com/artifacts/de.scravy/either/
implementation ("de.scravy:either:1.3.0")
'de.scravy:either:jar:1.3.0'
<dependency org="de.scravy" name="either" rev="1.3.0">
  <artifact name="either" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.scravy', module='either', version='1.3.0')
)
libraryDependencies += "de.scravy" % "either" % "1.3.0"
[de.scravy/either "1.3.0"]

Dependencies

compile (2)

Group / Artifact Type Version
de.scravy : pair jar 1.1.0
junit : junit jar 4.12

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.2

Project Modules

There are no modules declared in this project.