MVN

net.sf.corn : corn-exception

Maven & Gradle

Jan 02, 2014
1 usages

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

<dependency>
    <groupId>net.sf.corn</groupId>
    <artifactId>corn-exception</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.corn : corn-exception to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of net.sf.corn : corn-exception to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
corn-exception-1.0.6
corn-exception-1.0.5
corn-exception-1.0.4
corn-exception-1.0.3
corn-exception-1.0.2
corn-exception-1.0.1
corn-exception-1.0.0

How to add a dependency to Maven

Add the following net.sf.corn : corn-exception maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.corn</groupId>
    <artifactId>corn-exception</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.corn : corn-exception gradle dependency to your build.gradle file:

implementation 'net.sf.corn:corn-exception:1.0.6'

Gradle Kotlin DSL: Add the following net.sf.corn : corn-exception gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.corn:corn-exception:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.corn : corn-exception sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.corn" % "corn-exception" % "1.0.6"