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