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