License |
License |
---|---|
GroupId | GroupIdcom.naharoo.commons |
ArtifactId | ArtifactIdms-toolkit-rest-exception-handler-starter |
Last Version | Last Version0.7.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMS Toolkit Rest Exception Handler Starter
Common exceptions handler as a Spring Boot Starter
|
<!-- https://jarcasting.com/artifacts/com.naharoo.commons/ms-toolkit-rest-exception-handler-starter/ -->
<dependency>
<groupId>com.naharoo.commons</groupId>
<artifactId>ms-toolkit-rest-exception-handler-starter</artifactId>
<version>0.7.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.naharoo.commons/ms-toolkit-rest-exception-handler-starter/
implementation 'com.naharoo.commons:ms-toolkit-rest-exception-handler-starter:0.7.12'
// https://jarcasting.com/artifacts/com.naharoo.commons/ms-toolkit-rest-exception-handler-starter/
implementation ("com.naharoo.commons:ms-toolkit-rest-exception-handler-starter:0.7.12")
'com.naharoo.commons:ms-toolkit-rest-exception-handler-starter:jar:0.7.12'
<dependency org="com.naharoo.commons" name="ms-toolkit-rest-exception-handler-starter" rev="0.7.12">
<artifact name="ms-toolkit-rest-exception-handler-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.naharoo.commons', module='ms-toolkit-rest-exception-handler-starter', version='0.7.12')
)
libraryDependencies += "com.naharoo.commons" % "ms-toolkit-rest-exception-handler-starter" % "0.7.12"
[com.naharoo.commons/ms-toolkit-rest-exception-handler-starter "0.7.12"]
Group / Artifact | Type | Version |
---|---|---|
com.naharoo.commons : ms-toolkit-exceptions | jar | 0.7.12 |
org.springframework.boot : spring-boot-starter | jar | 2.3.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web Optional | jar | 2.3.4.RELEASE |
org.springframework.security : spring-security-web Optional | jar | 5.3.4.RELEASE |
jakarta.servlet : jakarta.servlet-api Optional | jar | 4.0.4 |
org.hibernate.validator : hibernate-validator Optional | jar | 6.1.5.Final |
io.github.openfeign : feign-core Optional | jar | 10.10.1 |