| GroupId | GroupIdcom.cedarsoft.commons |
|---|---|
| ArtifactId | ArtifactIdexceptions |
| Version | Version8.8.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| exceptions-8.8.0.pom | |
| exceptions-8.8.0.jar | 9 KB |
| exceptions-8.8.0-tests.jar | 7 KB |
| exceptions-8.8.0-sources.jar | 10 KB |
| exceptions-8.8.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.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/exceptions/
implementation 'com.cedarsoft.commons:exceptions:8.8.0'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/exceptions/
implementation ("com.cedarsoft.commons:exceptions:8.8.0")
'com.cedarsoft.commons:exceptions:jar:8.8.0'
<dependency org="com.cedarsoft.commons" name="exceptions" rev="8.8.0">
<artifact name="exceptions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='exceptions', version='8.8.0')
)
libraryDependencies += "com.cedarsoft.commons" % "exceptions" % "8.8.0"
[com.cedarsoft.commons/exceptions "8.8.0"]