GroupId | GroupIdcom.github.vikram1992 |
---|---|
ArtifactId | ArtifactIdrest-api-global-exception-handling |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.vikram1992/rest-api-global-exception-handling/ -->
<dependency>
<groupId>com.github.vikram1992</groupId>
<artifactId>rest-api-global-exception-handling</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vikram1992/rest-api-global-exception-handling/
implementation 'com.github.vikram1992:rest-api-global-exception-handling:0.0.2'
// https://jarcasting.com/artifacts/com.github.vikram1992/rest-api-global-exception-handling/
implementation ("com.github.vikram1992:rest-api-global-exception-handling:0.0.2")
'com.github.vikram1992:rest-api-global-exception-handling:jar:0.0.2'
<dependency org="com.github.vikram1992" name="rest-api-global-exception-handling" rev="0.0.2">
<artifact name="rest-api-global-exception-handling" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vikram1992', module='rest-api-global-exception-handling', version='0.0.2')
)
libraryDependencies += "com.github.vikram1992" % "rest-api-global-exception-handling" % "0.0.2"
[com.github.vikram1992/rest-api-global-exception-handling "0.0.2"]