| Лицензия |
Лицензия |
|---|---|
| Группа | Группаme.mekarthedev.tools |
| Идентификатор | Идентификаторerror-handling |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеError Handling
A set of tools for simlifying error handling implementations.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| error-handling-0.1.0.pom | |
| error-handling-0.1.0.jar | 1 KB |
| error-handling-0.1.0-sources.jar | 1 KB |
| error-handling-0.1.0-javadoc.jar | 21 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/me.mekarthedev.tools/error-handling/ -->
<dependency>
<groupId>me.mekarthedev.tools</groupId>
<artifactId>error-handling</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.mekarthedev.tools/error-handling/
implementation 'me.mekarthedev.tools:error-handling:0.1.0'
// https://jarcasting.com/artifacts/me.mekarthedev.tools/error-handling/
implementation ("me.mekarthedev.tools:error-handling:0.1.0")
'me.mekarthedev.tools:error-handling:jar:0.1.0'
<dependency org="me.mekarthedev.tools" name="error-handling" rev="0.1.0">
<artifact name="error-handling" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.mekarthedev.tools', module='error-handling', version='0.1.0')
)
libraryDependencies += "me.mekarthedev.tools" % "error-handling" % "0.1.0"
[me.mekarthedev.tools/error-handling "0.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.google.guava : guava | jar | 18.0 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.hamcrest : hamcrest-library | jar | 1.3 |