| License |
License |
|---|---|
| GroupId | GroupIdcom.javedrpi |
| ArtifactId | ArtifactIdEither |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEither
The Either API helps to handle checked exceptions raised during stream processing.
It Handles and logs exception(with or without values or parameters) encountered during stream processing
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| Either-1.0.pom | |
| Either-1.0.jar | 7 KB |
| Either-1.0-sources.jar | 2 KB |
| Either-1.0-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.javedrpi/Either/ -->
<dependency>
<groupId>com.javedrpi</groupId>
<artifactId>Either</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.javedrpi/Either/
implementation 'com.javedrpi:Either:1.0'
// https://jarcasting.com/artifacts/com.javedrpi/Either/
implementation ("com.javedrpi:Either:1.0")
'com.javedrpi:Either:jar:1.0'
<dependency org="com.javedrpi" name="Either" rev="1.0">
<artifact name="Either" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.javedrpi', module='Either', version='1.0')
)
libraryDependencies += "com.javedrpi" % "Either" % "1.0"
[com.javedrpi/Either "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |