| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.javedrpi |
| Идентификатор | ИдентификаторEither |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEither
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
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| Either-1.0.pom | |
| Either-1.0.jar | 7 KB |
| Either-1.0-sources.jar | 2 KB |
| Either-1.0-javadoc.jar | 35 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |