MVN

com.naharoo.commons : ms-toolkit-exceptions

Maven & Gradle

Jan 21, 2022
4 usages
0 stars

MS Toolkit Exceptions · Common exceptions used in MicroServices development

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

Latest Version

Choose a version of com.naharoo.commons : ms-toolkit-exceptions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.12

All Versions

Choose a version of com.naharoo.commons : ms-toolkit-exceptions to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.naharoo.commons</groupId>
    <artifactId>ms-toolkit-exceptions</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-exceptions gradle dependency to your build.gradle file:

implementation 'com.naharoo.commons:ms-toolkit-exceptions:0.7.12'

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

implementation("com.naharoo.commons:ms-toolkit-exceptions:0.7.12")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.naharoo.commons" % "ms-toolkit-exceptions" % "0.7.12"

Advertisement