is not current version
Last Version 1.0.3

com.steinf:either 1.0.1

An Either data type for java

GroupId

GroupId

com.steinf
ArtifactId

ArtifactId

either
Version

Version

1.0.1
Type

Type

jar

Download either 1.0.1


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