MVN

com.naharoo.commons : ms-toolkit-rest-exception-handler-starter

Maven & Gradle

Jan 21, 2022
1 usages
0 stars

MS Toolkit Rest Exception Handler Starter · Common exceptions handler as a Spring Boot Starter

<dependency>
    <groupId>com.naharoo.commons</groupId>
    <artifactId>ms-toolkit-rest-exception-handler-starter</artifactId>
    <version>0.7.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.naharoo.commons : ms-toolkit-rest-exception-handler-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.12

All Versions

Choose a version of com.naharoo.commons : ms-toolkit-rest-exception-handler-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
ms-toolkit-rest-exception-handler-starter-0.7.12
ms-toolkit-rest-exception-handler-starter-0.7.11
ms-toolkit-rest-exception-handler-starter-0.7.10
ms-toolkit-rest-exception-handler-starter-0.7.9
ms-toolkit-rest-exception-handler-starter-0.7.8
ms-toolkit-rest-exception-handler-starter-0.7.7
ms-toolkit-rest-exception-handler-starter-0.7.6
ms-toolkit-rest-exception-handler-starter-0.7.5
ms-toolkit-rest-exception-handler-starter-0.7.4
ms-toolkit-rest-exception-handler-starter-0.7.3
ms-toolkit-rest-exception-handler-starter-0.7.2
ms-toolkit-rest-exception-handler-starter-0.7.1
ms-toolkit-rest-exception-handler-starter-0.7.0
0.6.x
ms-toolkit-rest-exception-handler-starter-0.6.0
0.5.x
ms-toolkit-rest-exception-handler-starter-0.5.0
0.4.x
ms-toolkit-rest-exception-handler-starter-0.4.0
0.3.x
ms-toolkit-rest-exception-handler-starter-0.3.0
0.2.x
ms-toolkit-rest-exception-handler-starter-0.2.0
0.1.x
ms-toolkit-rest-exception-handler-starter-0.1.0

How to add a dependency to Maven

Add the following com.naharoo.commons : ms-toolkit-rest-exception-handler-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.naharoo.commons</groupId>
    <artifactId>ms-toolkit-rest-exception-handler-starter</artifactId>
    <version>0.7.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.naharoo.commons : ms-toolkit-rest-exception-handler-starter gradle dependency to your build.gradle file:

implementation 'com.naharoo.commons:ms-toolkit-rest-exception-handler-starter:0.7.12'

Gradle Kotlin DSL: Add the following com.naharoo.commons : ms-toolkit-rest-exception-handler-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.naharoo.commons:ms-toolkit-rest-exception-handler-starter:0.7.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.naharoo.commons : ms-toolkit-rest-exception-handler-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.naharoo.commons" % "ms-toolkit-rest-exception-handler-starter" % "0.7.12"

Advertisement