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