MVN

com.cedarsoft.commons : exceptions

Maven & Gradle

Jul 22, 2019
15 usages
1 stars

commons.Exceptions · Path: :open:commons:exceptions

<dependency>
    <groupId>com.cedarsoft.commons</groupId>
    <artifactId>exceptions</artifactId>
    <version>8.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cedarsoft.commons : exceptions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.9.2

All Versions

Choose a version of com.cedarsoft.commons : exceptions to add to Maven or Gradle - All Versions:

  • Version Updated
  • exceptions-8.9.2

    Jul 22, 2019
  • exceptions-8.9.1

    Jul 22, 2019
  • exceptions-8.9.0

    Jul 16, 2019
  • exceptions-8.8.1

    Mar 19, 2019
  • exceptions-8.8.0

    Mar 09, 2019
  • exceptions-8.7.0

    Nov 06, 2018
  • exceptions-8.5.1

    Feb 01, 2018
  • exceptions-8.5.0

    Feb 01, 2018
  • exceptions-8.4.0

    Nov 24, 2017
  • exceptions-8.3.1

    Jul 15, 2017
  • exceptions-8.3.0

    Jul 10, 2017
  • exceptions-8.2.1

    Jun 10, 2017
  • exceptions-8.2.0

    May 27, 2017
  • exceptions-8.1.1

    May 11, 2017
  • exceptions-8.1.0

    May 04, 2017
  • exceptions-8.0.1

    Mar 24, 2017
  • exceptions-8.0.0

    Mar 03, 2017
  • exceptions-7.4.0

    Feb 18, 2017
  • exceptions-7.2.0

    Jun 08, 2016
  • exceptions-7.1.0

    Jul 16, 2015
  • exceptions-7.0.0

    Jul 14, 2015
  • exceptions-6.2.0

    Jul 03, 2015
  • exceptions-6.1.1

    Mar 03, 2015
  • exceptions-6.1.0

    Dec 29, 2014
  • exceptions-6.0.2

    Oct 03, 2014
  • exceptions-6.0.1

    Oct 14, 2013
  • exceptions-6.0.0

    Jun 21, 2013
  • exceptions-5.1.7

    Mar 15, 2013
  • exceptions-5.1.6

    Mar 13, 2013
  • exceptions-5.1.5

    Dec 08, 2012
  • exceptions-5.1.4

    Oct 27, 2012
  • exceptions-5.1.3

    Aug 14, 2012
  • exceptions-5.1.2

    Apr 12, 2012
  • exceptions-5.1.1

    Jan 25, 2012
  • exceptions-5.1.0

    Jan 20, 2012
  • exceptions-5.0.10

    Jan 17, 2012
  • exceptions-5.0.9

    Dec 30, 2011
  • exceptions-5.0.8

    Dec 10, 2011
  • exceptions-5.0.7

    Dec 03, 2011
  • exceptions-5.0.6

    Dec 03, 2011
  • exceptions-5.0.5

    Nov 30, 2011
  • exceptions-5.0.4

    Nov 28, 2011
  • exceptions-5.0.3

    Nov 23, 2011
  • exceptions-5.0.2

    Nov 22, 2011
  • exceptions-5.0.1

    Sep 26, 2011
  • exceptions-5.0.0

    Jul 09, 2011
  • exceptions-4.0.1

    Jun 14, 2011
  • exceptions-4.0.0

    Mar 12, 2011
  • exceptions-3.0.2

    Nov 25, 2010
  • exceptions-3.0.1

    Oct 19, 2010
  • exceptions-3.0.0

    Aug 06, 2010
  • exceptions-2.0.6

    Jul 07, 2010
  • exceptions-2.0.5

    Jul 05, 2010
  • exceptions-2.0.4

    Jun 01, 2010
  • exceptions-2.0.3

    May 25, 2010
  • exceptions-2.0.2

    Jan 19, 2010
  • exceptions-2.0.1

    Dec 21, 2009

How to add a dependency to Maven

Add the following com.cedarsoft.commons : exceptions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cedarsoft.commons</groupId>
    <artifactId>exceptions</artifactId>
    <version>8.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cedarsoft.commons : exceptions gradle dependency to your build.gradle file:

implementation 'com.cedarsoft.commons:exceptions:8.9.2'

Gradle Kotlin DSL: Add the following com.cedarsoft.commons : exceptions gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cedarsoft.commons:exceptions:8.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cedarsoft.commons : exceptions sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cedarsoft.commons" % "exceptions" % "8.9.2"