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