| Лицензия |
Лицензия |
|---|---|
| Группа | Группаsillyexceptions |
| Идентификатор | Идентификаторsillyexceptions |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSilly exceptions
<p>
This project offers Exceptions to be used in Java programs. Although
their names sound silly, the exceptions themselves are quite usefull.
</p>
<p>
Please refer to the <a href='/exceptions_overview.html'>exceptions overview</a> page for a summary of all
available exceptions.
</p>
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| sillyexceptions-1.0.1.pom | |
| sillyexceptions-1.0.1.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/sillyexceptions/sillyexceptions/ -->
<dependency>
<groupId>sillyexceptions</groupId>
<artifactId>sillyexceptions</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/sillyexceptions/sillyexceptions/
implementation 'sillyexceptions:sillyexceptions:1.0.1'
// https://jarcasting.com/artifacts/sillyexceptions/sillyexceptions/
implementation ("sillyexceptions:sillyexceptions:1.0.1")
'sillyexceptions:sillyexceptions:jar:1.0.1'
<dependency org="sillyexceptions" name="sillyexceptions" rev="1.0.1">
<artifact name="sillyexceptions" type="jar" />
</dependency>
@Grapes(
@Grab(group='sillyexceptions', module='sillyexceptions', version='1.0.1')
)
libraryDependencies += "sillyexceptions" % "sillyexceptions" % "1.0.1"
[sillyexceptions "1.0.1"]