License |
License |
---|---|
GroupId | GroupIdde.scravy |
ArtifactId | ArtifactIdeither |
Version | Version1.3.0 |
Type | Typejar |
Description |
DescriptionEither
A tiny library that offers the Either type in Java.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
either-1.3.0.pom | |
either-1.3.0.jar | 9 KB |
either-1.3.0-sources.jar | 4 KB |
either-1.3.0-javadoc.jar | 59 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
de.scravy : pair | jar | 1.1.0 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.2 |