License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdme.alidg |
ArtifactId | ArtifactIderrors-spring-boot-starter |
Version | Version1.4.0 |
Type | Typejar |
Description |
Descriptionme.alidg:errors-spring-boot-starter
A Spring Boot starter which provides a few primitives to handle exceptions
more elegantly.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/me.alidg/errors-spring-boot-starter/ -->
<dependency>
<groupId>me.alidg</groupId>
<artifactId>errors-spring-boot-starter</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.alidg/errors-spring-boot-starter/
implementation 'me.alidg:errors-spring-boot-starter:1.4.0'
// https://jarcasting.com/artifacts/me.alidg/errors-spring-boot-starter/
implementation ("me.alidg:errors-spring-boot-starter:1.4.0")
'me.alidg:errors-spring-boot-starter:jar:1.4.0'
<dependency org="me.alidg" name="errors-spring-boot-starter" rev="1.4.0">
<artifact name="errors-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.alidg', module='errors-spring-boot-starter', version='1.4.0')
)
libraryDependencies += "me.alidg" % "errors-spring-boot-starter" % "1.4.0"
[me.alidg/errors-spring-boot-starter "1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web Optional | jar | 2.1.4.RELEASE |
org.springframework.boot : spring-boot-starter-webflux Optional | jar | 2.1.4.RELEASE |
org.springframework.boot : spring-boot-starter-security Optional | jar | 2.1.4.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.4.RELEASE |
org.springframework.security : spring-security-test | jar | 5.1.4.RELEASE |
pl.pragmatists : JUnitParams | jar | 1.1.1 |