is not current version
Last Version 8.5.1

io.github.christophknabe:multex 8.5

MulTEx is a simple, but powerful framework for organizing exceptions and messages in a multi-tier Java software system. It offers the key features: Causal chains/trees as a means to capture low-level error information. Redundancy-free stack traces and message chains in the case of indirectly caused exceptions. Internationalized message texts and parameters for exceptions. Services for reporting an exception chain/tree onto streams and dialogs. A standard way for writing method bodies with regard to exceptions. A collection of utilities for centralized exception reporting.

GroupId

GroupId

io.github.christophknabe
ArtifactId

ArtifactId

multex
Version

Version

8.5
Type

Type

jar

Download multex 8.5


<!-- https://jarcasting.com/artifacts/io.github.christophknabe/multex/ -->
<dependency>
    <groupId>io.github.christophknabe</groupId>
    <artifactId>multex</artifactId>
    <version>8.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.christophknabe/multex/
implementation 'io.github.christophknabe:multex:8.5'
// https://jarcasting.com/artifacts/io.github.christophknabe/multex/
implementation ("io.github.christophknabe:multex:8.5")
'io.github.christophknabe:multex:jar:8.5'
<dependency org="io.github.christophknabe" name="multex" rev="8.5">
  <artifact name="multex" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.christophknabe', module='multex', version='8.5')
)
libraryDependencies += "io.github.christophknabe" % "multex" % "8.5"
[io.github.christophknabe/multex "8.5"]