MVN

work.eddiejamsession : jam-exception-utils

Maven & Gradle

Apr 29, 2020
1 usages

jam-exception-utils · Project helps to work with Java Exceptions

<dependency>
    <groupId>work.eddiejamsession</groupId>
    <artifactId>jam-exception-utils</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of work.eddiejamsession : jam-exception-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of work.eddiejamsession : jam-exception-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
jam-exception-utils-0.2.1
jam-exception-utils-0.2.01
0.1.x
jam-exception-utils-0.1.104
jam-exception-utils-0.1.3
jam-exception-utils-0.1.2
0.1
jam-exception-utils-0.1

How to add a dependency to Maven

Add the following work.eddiejamsession : jam-exception-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>work.eddiejamsession</groupId>
    <artifactId>jam-exception-utils</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following work.eddiejamsession : jam-exception-utils gradle dependency to your build.gradle file:

implementation 'work.eddiejamsession:jam-exception-utils:0.2.1'

Gradle Kotlin DSL: Add the following work.eddiejamsession : jam-exception-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("work.eddiejamsession:jam-exception-utils:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following work.eddiejamsession : jam-exception-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "work.eddiejamsession" % "jam-exception-utils" % "0.2.1"

Advertisement