| GroupId | GroupIdcom.cedarsoft.commons |
|---|---|
| ArtifactId | ArtifactIdexceptions |
| Version | Version8.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| exceptions-8.4.0.pom | |
| exceptions-8.4.0.jar | 10 KB |
| exceptions-8.4.0-tests.jar | 8 KB |
| exceptions-8.4.0-sources.jar | 12 KB |
| exceptions-8.4.0-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/exceptions/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>exceptions</artifactId>
<version>8.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/exceptions/
implementation 'com.cedarsoft.commons:exceptions:8.4.0'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/exceptions/
implementation ("com.cedarsoft.commons:exceptions:8.4.0")
'com.cedarsoft.commons:exceptions:jar:8.4.0'
<dependency org="com.cedarsoft.commons" name="exceptions" rev="8.4.0">
<artifact name="exceptions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='exceptions', version='8.4.0')
)
libraryDependencies += "com.cedarsoft.commons" % "exceptions" % "8.4.0"
[com.cedarsoft.commons/exceptions "8.4.0"]