License |
License |
---|---|
GroupId | GroupIdtech.codingzen |
ArtifactId | ArtifactIdeither |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontech.codingzen:either
library containing an implementation of an Either type
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
either-2.0.0.pom | |
either-2.0.0.jar | 30 KB |
either-2.0.0-sources.jar | 3 KB |
either-2.0.0-javadoc.jar | 62 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.32 |
tech.codingzen : ktuple | jar | 1.0.1 |
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 |