| Лицензия |
Лицензия |
|---|---|
| Группа | Группаpl.chilldev.commons |
| Идентификатор | Идентификаторcommons-exception |
| Последняя версия | Последняя версия0.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеChillDev Commons Exception
Excpetions handling and processing utilities.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| commons-exception-0.0.4.pom | |
| commons-exception-0.0.4.jar | 4 KB |
| commons-exception-0.0.4-sources.jar | 1 KB |
| commons-exception-0.0.4-javadoc.jar | 36 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/pl.chilldev.commons/commons-exception/ -->
<dependency>
<groupId>pl.chilldev.commons</groupId>
<artifactId>commons-exception</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-exception/
implementation 'pl.chilldev.commons:commons-exception:0.0.4'
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-exception/
implementation ("pl.chilldev.commons:commons-exception:0.0.4")
'pl.chilldev.commons:commons-exception:jar:0.0.4'
<dependency org="pl.chilldev.commons" name="commons-exception" rev="0.0.4">
<artifact name="commons-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons-exception', version='0.0.4')
)
libraryDependencies += "pl.chilldev.commons" % "commons-exception" % "0.0.4"
[pl.chilldev.commons/commons-exception "0.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.springframework : spring-test | jar | 4.2.0.RELEASE |
| org.springframework.security : spring-security-test | jar | 4.0.2.RELEASE |