GroupId | GroupIdcom.github.vikram1992 |
---|---|
ArtifactId | ArtifactIderror-handling |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
error-handling-1.0.4.pom | |
error-handling-1.0.4.jar | 16 MB |
error-handling-1.0.4-sources.jar | 10 KB |
error-handling-1.0.4-javadoc.jar | 413 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vikram1992/error-handling/ -->
<dependency>
<groupId>com.github.vikram1992</groupId>
<artifactId>error-handling</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vikram1992/error-handling/
implementation 'com.github.vikram1992:error-handling:1.0.4'
// https://jarcasting.com/artifacts/com.github.vikram1992/error-handling/
implementation ("com.github.vikram1992:error-handling:1.0.4")
'com.github.vikram1992:error-handling:jar:1.0.4'
<dependency org="com.github.vikram1992" name="error-handling" rev="1.0.4">
<artifact name="error-handling" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vikram1992', module='error-handling', version='1.0.4')
)
libraryDependencies += "com.github.vikram1992" % "error-handling" % "1.0.4"
[com.github.vikram1992/error-handling "1.0.4"]