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