is not current version
Last Version 2.1.1

com.networknt:exception 1.5.4

A server exception handler for both runtime exceptions and ApiException if they are not handled in the handler chain

Categories

Categories

Net
GroupId

GroupId

com.networknt
ArtifactId

ArtifactId

exception
Version

Version

1.5.4
Type

Type

jar

Download exception 1.5.4


<!-- https://jarcasting.com/artifacts/com.networknt/exception/ -->
<dependency>
    <groupId>com.networknt</groupId>
    <artifactId>exception</artifactId>
    <version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/exception/
implementation 'com.networknt:exception:1.5.4'
// https://jarcasting.com/artifacts/com.networknt/exception/
implementation ("com.networknt:exception:1.5.4")
'com.networknt:exception:jar:1.5.4'
<dependency org="com.networknt" name="exception" rev="1.5.4">
  <artifact name="exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='exception', version='1.5.4')
)
libraryDependencies += "com.networknt" % "exception" % "1.5.4"
[com.networknt/exception "1.5.4"]