Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.vgalloy |
ArtifactId | ArtifactIdauto-catch |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
auto-catch-1.1.1.pom | |
auto-catch-1.1.1.jar | 13 KB |
auto-catch-1.1.1-sources.jar | 12 KB |
auto-catch-1.1.1-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vgalloy/auto-catch/ -->
<dependency>
<groupId>com.github.vgalloy</groupId>
<artifactId>auto-catch</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vgalloy/auto-catch/
implementation 'com.github.vgalloy:auto-catch:1.1.1'
// https://jarcasting.com/artifacts/com.github.vgalloy/auto-catch/
implementation ("com.github.vgalloy:auto-catch:1.1.1")
'com.github.vgalloy:auto-catch:jar:1.1.1'
<dependency org="com.github.vgalloy" name="auto-catch" rev="1.1.1">
<artifact name="auto-catch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vgalloy', module='auto-catch', version='1.1.1')
)
libraryDependencies += "com.github.vgalloy" % "auto-catch" % "1.1.1"
[com.github.vgalloy/auto-catch "1.1.1"]