GroupId | GroupIdcom.cedarsoft.commons |
---|---|
ArtifactId | ArtifactIdexception-handling |
Version | Version8.8.0 |
Type | Typejar |
Filename | Size |
---|---|
exception-handling-8.8.0.pom | |
exception-handling-8.8.0.jar | 59 KB |
exception-handling-8.8.0-tests.jar | 21 KB |
exception-handling-8.8.0-sources.jar | 31 KB |
exception-handling-8.8.0-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/exception-handling/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>exception-handling</artifactId>
<version>8.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/exception-handling/
implementation 'com.cedarsoft.commons:exception-handling:8.8.0'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/exception-handling/
implementation ("com.cedarsoft.commons:exception-handling:8.8.0")
'com.cedarsoft.commons:exception-handling:jar:8.8.0'
<dependency org="com.cedarsoft.commons" name="exception-handling" rev="8.8.0">
<artifact name="exception-handling" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='exception-handling', version='8.8.0')
)
libraryDependencies += "com.cedarsoft.commons" % "exception-handling" % "8.8.0"
[com.cedarsoft.commons/exception-handling "8.8.0"]