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