MVN

io.github.christophknabe : multex

Maven & Gradle

May 18, 2022
0 stars

The Multi-Tier Exception Handling Framework (MulTEx 8.5.1) · 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.

<dependency>
    <groupId>io.github.christophknabe</groupId>
    <artifactId>multex</artifactId>
    <version>8.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.christophknabe : multex to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.5.1

All Versions

Choose a version of io.github.christophknabe : multex to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.5.x
multex-8.5.1
8.5
multex-8.5
8.4.x
multex-8.4.1
8.4
multex-8.4

How to add a dependency to Maven

Add the following io.github.christophknabe : multex maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.christophknabe</groupId>
    <artifactId>multex</artifactId>
    <version>8.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.christophknabe : multex gradle dependency to your build.gradle file:

implementation 'io.github.christophknabe:multex:8.5.1'

Gradle Kotlin DSL: Add the following io.github.christophknabe : multex gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.christophknabe:multex:8.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.christophknabe : multex sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.christophknabe" % "multex" % "8.5.1"