License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.github.vgalloy |
ArtifactId | ArtifactIdauto-catch |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAuto catch
Simple Java error wrapper
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
auto-catch-1.2.1.pom | |
auto-catch-1.2.1.jar | 7 KB |
auto-catch-1.2.1-sources.jar | 8 KB |
auto-catch-1.2.1-javadoc.jar | 430 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vgalloy/auto-catch/ -->
<dependency>
<groupId>com.github.vgalloy</groupId>
<artifactId>auto-catch</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vgalloy/auto-catch/
implementation 'com.github.vgalloy:auto-catch:1.2.1'
// https://jarcasting.com/artifacts/com.github.vgalloy/auto-catch/
implementation ("com.github.vgalloy:auto-catch:1.2.1")
'com.github.vgalloy:auto-catch:jar:1.2.1'
<dependency org="com.github.vgalloy" name="auto-catch" rev="1.2.1">
<artifact name="auto-catch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vgalloy', module='auto-catch', version='1.2.1')
)
libraryDependencies += "com.github.vgalloy" % "auto-catch" % "1.2.1"
[com.github.vgalloy/auto-catch "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.4.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.1 |
org.openjdk.jmh : jmh-core | jar | 1.21 |
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.21 |