simple handling exception

A simple library for Handling Exception for Error Response message based on Spring boot.

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

io.github.wannidev
ArtifactId

ArtifactId

simplehandlingexception
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

simple handling exception
A simple library for Handling Exception for Error Response message based on Spring boot.
Source Code Management

Source Code Management

https://github.com/wanniDev/SimpleHandlingException/tree/master

Download simplehandlingexception

How to add to project

<!-- 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"]

Dependencies

compile (3)

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1