MVN

com.oyesk.starter : oyesk-starter-error

Maven & Gradle

May 15, 2023

oyesk-starter-error · This lib offers a custom exception handler for Spring Boot apps with generic usually used exceptions. It allows to throw an exception with a list of details.

<dependency>
    <groupId>com.oyesk.starter</groupId>
    <artifactId>oyesk-starter-error</artifactId>
    <version>0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oyesk.starter : oyesk-starter-error to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16

All Versions

Choose a version of com.oyesk.starter : oyesk-starter-error to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16
oyesk-starter-error-0.16
0.15
oyesk-starter-error-0.15
0.14
oyesk-starter-error-0.14
0.13
oyesk-starter-error-0.13
0.12
oyesk-starter-error-0.12
0.11
oyesk-starter-error-0.11

How to add a dependency to Maven

Add the following com.oyesk.starter : oyesk-starter-error maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.oyesk.starter</groupId>
    <artifactId>oyesk-starter-error</artifactId>
    <version>0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oyesk.starter : oyesk-starter-error gradle dependency to your build.gradle file:

implementation 'com.oyesk.starter:oyesk-starter-error:0.16'

Gradle Kotlin DSL: Add the following com.oyesk.starter : oyesk-starter-error gradle kotlin dependency to your build.gradle.kts file:

implementation("com.oyesk.starter:oyesk-starter-error:0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oyesk.starter : oyesk-starter-error sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oyesk.starter" % "oyesk-starter-error" % "0.16"