License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdio.github.wannidev |
ArtifactId | ArtifactIdsimplehandlingexception |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsimple handling exception
A simple library for Handling Exception for Error Response message based on Spring boot.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.wannidev/simplehandlingexception/ -->
<dependency>
<groupId>io.github.wannidev</groupId>
<artifactId>simplehandlingexception</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wannidev/simplehandlingexception/
implementation 'io.github.wannidev:simplehandlingexception:0.0.2'
// https://jarcasting.com/artifacts/io.github.wannidev/simplehandlingexception/
implementation ("io.github.wannidev:simplehandlingexception:0.0.2")
'io.github.wannidev:simplehandlingexception:jar:0.0.2'
<dependency org="io.github.wannidev" name="simplehandlingexception" rev="0.0.2">
<artifact name="simplehandlingexception" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wannidev', module='simplehandlingexception', version='0.0.2')
)
libraryDependencies += "io.github.wannidev" % "simplehandlingexception" % "0.0.2"
[io.github.wannidev/simplehandlingexception "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-validation | jar | 2.5.6 |
org.springframework.boot : spring-boot-starter-web | jar | 2.5.6 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |