MVN

io.github.H0n0riuss : spring-exception-toolset

Maven & Gradle

Aug 26, 2023
0 stars

spring-exception-toolset · Nice and convenient exception handling

<dependency>
    <groupId>io.github.H0n0riuss</groupId>
    <artifactId>spring-exception-toolset</artifactId>
    <version>0.0.7_11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.H0n0riuss : spring-exception-toolset to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7_11

All Versions

Choose a version of io.github.H0n0riuss : spring-exception-toolset to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
spring-exception-toolset-0.0.3
spring-exception-toolset-0.0.2
spring-exception-toolset-0.0.1
spring-exception-toolset-0.0.7_11
spring-exception-toolset-0.0.6_11
spring-exception-toolset-0.0.5_11
spring-exception-toolset-0.0.4_11
spring-exception-toolset-0.0.3_11

How to add a dependency to Maven

Add the following io.github.H0n0riuss : spring-exception-toolset maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.H0n0riuss</groupId>
    <artifactId>spring-exception-toolset</artifactId>
    <version>0.0.7_11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.H0n0riuss : spring-exception-toolset gradle dependency to your build.gradle file:

implementation 'io.github.H0n0riuss:spring-exception-toolset:0.0.7_11'

Gradle Kotlin DSL: Add the following io.github.H0n0riuss : spring-exception-toolset gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.H0n0riuss:spring-exception-toolset:0.0.7_11")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.H0n0riuss : spring-exception-toolset sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.H0n0riuss" % "spring-exception-toolset" % "0.0.7_11"