MVN

pl.wavesoftware : netbeans-eid-generator

Maven & Gradle

Dec 01, 2015
0 stars

Exception ID (EID) Generator · <p>Generates a unique Exception ID, that can be used in Java source code.</p> <p>In order to use this plugin type <code>Ctrl+Space</code> inside empty String literal. This will generate new unique identifier as a <i>Code Completion</i>. That generated EID can be used, for example, to identify your exceptions.</p> <p> Example usage (This is technical runtime exception, a posible bug. This plugin can be used to quickly fill unique bug id.):<br /> <code>try {<br /> &nbsp;&nbsp;&nbsp;&nbsp;shuldWorkIfNoBugsExists();<br /> } catch (IOException ex) {<br /> &nbsp;&nbsp;&nbsp;&nbsp;throw new EidRuntimeException("20140218:161429", "Something wrong with HDD, permissions?", ex);<br /> }</code> </p>

<dependency>
    <groupId>pl.wavesoftware</groupId>
    <artifactId>netbeans-eid-generator</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.wavesoftware : netbeans-eid-generator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0

All Versions

Choose a version of pl.wavesoftware : netbeans-eid-generator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
netbeans-eid-generator-0.4.0
0.2.x
netbeans-eid-generator-0.2.0

How to add a dependency to Maven

Add the following pl.wavesoftware : netbeans-eid-generator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.wavesoftware</groupId>
    <artifactId>netbeans-eid-generator</artifactId>
    <version>0.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.wavesoftware : netbeans-eid-generator gradle dependency to your build.gradle file:

implementation 'pl.wavesoftware:netbeans-eid-generator:0.4.0'

Gradle Kotlin DSL: Add the following pl.wavesoftware : netbeans-eid-generator gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.wavesoftware:netbeans-eid-generator:0.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.wavesoftware : netbeans-eid-generator sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.wavesoftware" % "netbeans-eid-generator" % "0.4.0"

Advertisement

Dependencies from Group

Dec 30, 2018
12 usages
11 stars
Jul 05, 2019
1 usages
2 stars
Jul 11, 2015
0 stars
Nov 25, 2015
0 stars

Discover Dependencies

Dec 05, 2015
3 stars
Aug 11, 2023
2 usages
0 stars
Dec 03, 2015
2 usages
14.6k stars
Dec 05, 2015
699 stars
Aug 11, 2016
54 stars
Nov 29, 2015
11 stars
Nov 29, 2015
1 usages
11 stars