License |
License |
---|---|
GroupId | GroupIdcom.oyesk.starter |
ArtifactId | ArtifactIdoyesk-starter-error |
Last Version | Last Version0.12 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionoyesk-starter-error
This lib offers a custom exception handler for Spring Boot apps with generic usually used exceptions.
It allows to throw an exception with a list of details.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
oyesk-starter-error-0.12.pom | |
oyesk-starter-error-0.12.jar | 10 KB |
oyesk-starter-error-0.12-sources.jar | 7 KB |
oyesk-starter-error-0.12-javadoc.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oyesk.starter/oyesk-starter-error/ -->
<dependency>
<groupId>com.oyesk.starter</groupId>
<artifactId>oyesk-starter-error</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.oyesk.starter/oyesk-starter-error/
implementation 'com.oyesk.starter:oyesk-starter-error:0.12'
// https://jarcasting.com/artifacts/com.oyesk.starter/oyesk-starter-error/
implementation ("com.oyesk.starter:oyesk-starter-error:0.12")
'com.oyesk.starter:oyesk-starter-error:jar:0.12'
<dependency org="com.oyesk.starter" name="oyesk-starter-error" rev="0.12">
<artifact name="oyesk-starter-error" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oyesk.starter', module='oyesk-starter-error', version='0.12')
)
libraryDependencies += "com.oyesk.starter" % "oyesk-starter-error" % "0.12"
[com.oyesk.starter/oyesk-starter-error "0.12"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.6.6 |
org.springframework.boot : spring-boot-starter | jar | 2.6.6 |
org.springframework.boot : spring-boot-starter-web | jar | 2.6.6 |