Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.vgalloy |
ArtifactId | ArtifactIdauto-catch |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
auto-catch-1.0.0.pom | |
auto-catch-1.0.0.jar | 7 KB |
auto-catch-1.0.0-sources.jar | 8 KB |
auto-catch-1.0.0-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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vgalloy/auto-catch/
implementation 'com.github.vgalloy:auto-catch:1.0.0'
// https://jarcasting.com/artifacts/com.github.vgalloy/auto-catch/
implementation ("com.github.vgalloy:auto-catch:1.0.0")
'com.github.vgalloy:auto-catch:jar:1.0.0'
<dependency org="com.github.vgalloy" name="auto-catch" rev="1.0.0">
<artifact name="auto-catch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vgalloy', module='auto-catch', version='1.0.0')
)
libraryDependencies += "com.github.vgalloy" % "auto-catch" % "1.0.0"
[com.github.vgalloy/auto-catch "1.0.0"]