License |
License |
---|---|
GroupId | GroupIdcom.oyesk.starter |
ArtifactId | ArtifactIdoyesk-starter-error |
Version | Version0.11 |
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.11.pom | |
oyesk-starter-error-0.11.jar | 10 KB |
oyesk-starter-error-0.11-sources.jar | 7 KB |
oyesk-starter-error-0.11-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.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.oyesk.starter/oyesk-starter-error/
implementation 'com.oyesk.starter:oyesk-starter-error:0.11'
// https://jarcasting.com/artifacts/com.oyesk.starter/oyesk-starter-error/
implementation ("com.oyesk.starter:oyesk-starter-error:0.11")
'com.oyesk.starter:oyesk-starter-error:jar:0.11'
<dependency org="com.oyesk.starter" name="oyesk-starter-error" rev="0.11">
<artifact name="oyesk-starter-error" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oyesk.starter', module='oyesk-starter-error', version='0.11')
)
libraryDependencies += "com.oyesk.starter" % "oyesk-starter-error" % "0.11"
[com.oyesk.starter/oyesk-starter-error "0.11"]
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 |