GroupId | GroupIdcom.github.damianwajser |
---|---|
ArtifactId | ArtifactIdspring-commons-exception-handler |
Version | Version0.0.15 |
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>0.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.damianwajser/spring-commons-exception-handler/
implementation 'com.github.damianwajser:spring-commons-exception-handler:0.0.15'
// https://jarcasting.com/artifacts/com.github.damianwajser/spring-commons-exception-handler/
implementation ("com.github.damianwajser:spring-commons-exception-handler:0.0.15")
'com.github.damianwajser:spring-commons-exception-handler:jar:0.0.15'
<dependency org="com.github.damianwajser" name="spring-commons-exception-handler" rev="0.0.15">
<artifact name="spring-commons-exception-handler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.damianwajser', module='spring-commons-exception-handler', version='0.0.15')
)
libraryDependencies += "com.github.damianwajser" % "spring-commons-exception-handler" % "0.0.15"
[com.github.damianwajser/spring-commons-exception-handler "0.0.15"]