License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.mkopylec |
ArtifactId | ArtifactIderrorest-spring-boot-starter |
Version | Version2.0.0 |
Type | Typejar |
Description |
DescriptionErroREST Spring Boot Starter
Complete, ready to use exception handling for Spring Boot REST services
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.mkopylec/errorest-spring-boot-starter/ -->
<dependency>
<groupId>com.github.mkopylec</groupId>
<artifactId>errorest-spring-boot-starter</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mkopylec/errorest-spring-boot-starter/
implementation 'com.github.mkopylec:errorest-spring-boot-starter:2.0.0'
// https://jarcasting.com/artifacts/com.github.mkopylec/errorest-spring-boot-starter/
implementation ("com.github.mkopylec:errorest-spring-boot-starter:2.0.0")
'com.github.mkopylec:errorest-spring-boot-starter:jar:2.0.0'
<dependency org="com.github.mkopylec" name="errorest-spring-boot-starter" rev="2.0.0">
<artifact name="errorest-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mkopylec', module='errorest-spring-boot-starter', version='2.0.0')
)
libraryDependencies += "com.github.mkopylec" % "errorest-spring-boot-starter" % "2.0.0"
[com.github.mkopylec/errorest-spring-boot-starter "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.0.1.RELEASE |
com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.9.5 |
org.apache.commons : commons-lang3 | jar | 3.7 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.1.RELEASE |
org.spockframework : spock-spring | jar | 1.1-groovy-2.4 |
com.github.tomakehurst : wiremock | jar | 2.16.0 |