License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.corn |
ArtifactId | ArtifactIdcorn-exception |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCorn Exception
The module offers base exception class to simplify exception handling and defining with internalization support
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
corn-exception-1.0.6.pom | |
corn-exception-1.0.6.jar | 21 KB |
corn-exception-1.0.6-sources.jar | 11 KB |
corn-exception-1.0.6-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.corn/corn-exception/ -->
<dependency>
<groupId>net.sf.corn</groupId>
<artifactId>corn-exception</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.corn/corn-exception/
implementation 'net.sf.corn:corn-exception:1.0.6'
// https://jarcasting.com/artifacts/net.sf.corn/corn-exception/
implementation ("net.sf.corn:corn-exception:1.0.6")
'net.sf.corn:corn-exception:jar:1.0.6'
<dependency org="net.sf.corn" name="corn-exception" rev="1.0.6">
<artifact name="corn-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.corn', module='corn-exception', version='1.0.6')
)
libraryDependencies += "net.sf.corn" % "corn-exception" % "1.0.6"
[net.sf.corn/corn-exception "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |