is not current version
Last Version 8.9.2

com.cedarsoft.commons:exceptions 7.4.0


GroupId

GroupId

com.cedarsoft.commons
ArtifactId

ArtifactId

exceptions
Version

Version

7.4.0
Type

Type

jar

Download exceptions 7.4.0


<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/exceptions/ -->
<dependency>
    <groupId>com.cedarsoft.commons</groupId>
    <artifactId>exceptions</artifactId>
    <version>7.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/exceptions/
implementation 'com.cedarsoft.commons:exceptions:7.4.0'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/exceptions/
implementation ("com.cedarsoft.commons:exceptions:7.4.0")
'com.cedarsoft.commons:exceptions:jar:7.4.0'
<dependency org="com.cedarsoft.commons" name="exceptions" rev="7.4.0">
  <artifact name="exceptions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='exceptions', version='7.4.0')
)
libraryDependencies += "com.cedarsoft.commons" % "exceptions" % "7.4.0"
[com.cedarsoft.commons/exceptions "7.4.0"]