tech.codingzen:either

library containing an implementation of an Either type

License

License

GroupId

GroupId

tech.codingzen
ArtifactId

ArtifactId

either
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

tech.codingzen:either
library containing an implementation of an Either type
Project URL

Project URL

https://bitbucket.org/codingzen314/either
Source Code Management

Source Code Management

http://[email protected]/codingzen314/either.git

Download either

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.32
tech.codingzen : ktuple jar 1.0.1

test (3)

Group / Artifact Type Version
com.willowtreeapps.assertk : assertk-jvm jar 0.23.1
org.jetbrains.kotlin : kotlin-test-junit jar 1.4.32
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0