GroupId | GroupIdcom.github.raychatter |
---|---|
ArtifactId | ArtifactIdspring-restful-exception-handler |
Version | Version1.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.raychatter/spring-restful-exception-handler/ -->
<dependency>
<groupId>com.github.raychatter</groupId>
<artifactId>spring-restful-exception-handler</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.raychatter/spring-restful-exception-handler/
implementation 'com.github.raychatter:spring-restful-exception-handler:1.0.5'
// https://jarcasting.com/artifacts/com.github.raychatter/spring-restful-exception-handler/
implementation ("com.github.raychatter:spring-restful-exception-handler:1.0.5")
'com.github.raychatter:spring-restful-exception-handler:jar:1.0.5'
<dependency org="com.github.raychatter" name="spring-restful-exception-handler" rev="1.0.5">
<artifact name="spring-restful-exception-handler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.raychatter', module='spring-restful-exception-handler', version='1.0.5')
)
libraryDependencies += "com.github.raychatter" % "spring-restful-exception-handler" % "1.0.5"
[com.github.raychatter/spring-restful-exception-handler "1.0.5"]