| License |
License |
|---|---|
| Categories |
CategoriesLogging Application Layer Libs |
| GroupId | GroupIdde.andreasgerhard |
| ArtifactId | ArtifactIdexception-logging-generator |
| Version | Version0.1 |
| Type | Typepom |
| Description |
DescriptionException and logging generator
Maven plugin and project commons to generate internationalized exceptions and logging informations
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| exception-logging-generator-0.1.pom | 5 KB |
| Browse |
<!-- 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"]