License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.github.acidelk |
ArtifactId | ArtifactIderror-handling |
Version | Version0.2.1 |
Type | Typejar |
Description |
Descriptionerror-handling
Small library for error handling in spring webflux based microservices
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
error-handling-0.2.1.pom | |
error-handling-0.2.1.jar | 9 KB |
error-handling-0.2.1-sources.jar | 5 KB |
error-handling-0.2.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.acidelk/error-handling/ -->
<dependency>
<groupId>com.github.acidelk</groupId>
<artifactId>error-handling</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.acidelk/error-handling/
implementation 'com.github.acidelk:error-handling:0.2.1'
// https://jarcasting.com/artifacts/com.github.acidelk/error-handling/
implementation ("com.github.acidelk:error-handling:0.2.1")
'com.github.acidelk:error-handling:jar:0.2.1'
<dependency org="com.github.acidelk" name="error-handling" rev="0.2.1">
<artifact name="error-handling" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.acidelk', module='error-handling', version='0.2.1')
)
libraryDependencies += "com.github.acidelk" % "error-handling" % "0.2.1"
[com.github.acidelk/error-handling "0.2.1"]