is not current version
Last Version 1.4.0

me.alidg:errors-spring-boot-starter 1.1.0

A Spring Boot starter which provides a few primitives to handle exceptions more elegantly.

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

me.alidg
ArtifactId

ArtifactId

errors-spring-boot-starter
Version

Version

1.1.0
Type

Type

jar

Download errors-spring-boot-starter 1.1.0


<!-- https://jarcasting.com/artifacts/me.alidg/errors-spring-boot-starter/ -->
<dependency>
    <groupId>me.alidg</groupId>
    <artifactId>errors-spring-boot-starter</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.alidg/errors-spring-boot-starter/
implementation 'me.alidg:errors-spring-boot-starter:1.1.0'
// https://jarcasting.com/artifacts/me.alidg/errors-spring-boot-starter/
implementation ("me.alidg:errors-spring-boot-starter:1.1.0")
'me.alidg:errors-spring-boot-starter:jar:1.1.0'
<dependency org="me.alidg" name="errors-spring-boot-starter" rev="1.1.0">
  <artifact name="errors-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.alidg', module='errors-spring-boot-starter', version='1.1.0')
)
libraryDependencies += "me.alidg" % "errors-spring-boot-starter" % "1.1.0"
[me.alidg/errors-spring-boot-starter "1.1.0"]