License |
License
MIT License
|
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.mlk |
ArtifactId | ArtifactIdspring-boot-exceptions |
Last Version | Last Version1.1.80 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Boot Exceptions
Simple exceptions-to-Spring Boot web Exceptions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.mlk/spring-boot-exceptions/ -->
<dependency>
<groupId>com.github.mlk</groupId>
<artifactId>spring-boot-exceptions</artifactId>
<version>1.1.80</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mlk/spring-boot-exceptions/
implementation 'com.github.mlk:spring-boot-exceptions:1.1.80'
// https://jarcasting.com/artifacts/com.github.mlk/spring-boot-exceptions/
implementation ("com.github.mlk:spring-boot-exceptions:1.1.80")
'com.github.mlk:spring-boot-exceptions:jar:1.1.80'
<dependency org="com.github.mlk" name="spring-boot-exceptions" rev="1.1.80">
<artifact name="spring-boot-exceptions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mlk', module='spring-boot-exceptions', version='1.1.80')
)
libraryDependencies += "com.github.mlk" % "spring-boot-exceptions" % "1.1.80"
[com.github.mlk/spring-boot-exceptions "1.1.80"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 27.0-jre |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.5.9.RELEASE |