is not current version
Last Version 0.2.1

com.github.acidelk:error-handling 0.1.0

Small library for error handling in spring webflux based microservices

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.acidelk
ArtifactId

ArtifactId

error-handling
Version

Version

0.1.0
Type

Type

jar

Download error-handling 0.1.0


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