| License |
License |
|---|---|
| GroupId | GroupIdcom.steinf |
| ArtifactId | ArtifactIdeither |
| Version | Version1.0.3 |
| Type | Typejar |
| Description |
DescriptionEither
An Either data type for java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| either-1.0.3.pom | |
| either-1.0.3.jar | 4 KB |
| either-1.0.3-sources.jar | 2 KB |
| either-1.0.3-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.steinf/either/ -->
<dependency>
<groupId>com.steinf</groupId>
<artifactId>either</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.steinf/either/
implementation 'com.steinf:either:1.0.3'
// https://jarcasting.com/artifacts/com.steinf/either/
implementation ("com.steinf:either:1.0.3")
'com.steinf:either:jar:1.0.3'
<dependency org="com.steinf" name="either" rev="1.0.3">
<artifact name="either" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.steinf', module='either', version='1.0.3')
)
libraryDependencies += "com.steinf" % "either" % "1.0.3"
[com.steinf/either "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.8.0 |