| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииLogging Библиотеки уровня приложения |
| Группа | Группаde.andreasgerhard |
| Идентификатор | Идентификаторexception-logging-generator |
| Версия | Версия0.1 |
| Тип | Типpom |
| Описание |
ОписаниеException and logging generator
Maven plugin and project commons to generate internationalized exceptions and logging informations
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| exception-logging-generator-0.1.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.andreasgerhard/exception-logging-generator/ -->
<dependency>
<groupId>de.andreasgerhard</groupId>
<artifactId>exception-logging-generator</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.andreasgerhard/exception-logging-generator/
implementation 'de.andreasgerhard:exception-logging-generator:0.1'
// https://jarcasting.com/artifacts/de.andreasgerhard/exception-logging-generator/
implementation ("de.andreasgerhard:exception-logging-generator:0.1")
'de.andreasgerhard:exception-logging-generator:pom:0.1'
<dependency org="de.andreasgerhard" name="exception-logging-generator" rev="0.1">
<artifact name="exception-logging-generator" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.andreasgerhard', module='exception-logging-generator', version='0.1')
)
libraryDependencies += "de.andreasgerhard" % "exception-logging-generator" % "0.1"
[de.andreasgerhard/exception-logging-generator "0.1"]