is not current version
Last Version 1.0.6

net.sf.corn:corn-exception 1.0.0

The module offers base exception class to simplify exception handling and defining with internalization support

Categories

Categories

Net
GroupId

GroupId

net.sf.corn
ArtifactId

ArtifactId

corn-exception
Version

Version

1.0.0
Type

Type

jar

Download corn-exception 1.0.0


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