License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdio.github.vinccool96.uncaught |
ArtifactId | ArtifactIduncaught-exception-handling-js |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionuncaught-exception-handling
Ever wanted to use something looking like Java's Thread.currentThread().getUncaughtExceptionHandler().uncaughtException(Thread.currentThread(), e);? Well now you can!
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.vinccool96.uncaught/uncaught-exception-handling-js/ -->
<dependency>
<groupId>io.github.vinccool96.uncaught</groupId>
<artifactId>uncaught-exception-handling-js</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.vinccool96.uncaught/uncaught-exception-handling-js/
implementation 'io.github.vinccool96.uncaught:uncaught-exception-handling-js:1.1'
// https://jarcasting.com/artifacts/io.github.vinccool96.uncaught/uncaught-exception-handling-js/
implementation ("io.github.vinccool96.uncaught:uncaught-exception-handling-js:1.1")
'io.github.vinccool96.uncaught:uncaught-exception-handling-js:pom:1.1'
<dependency org="io.github.vinccool96.uncaught" name="uncaught-exception-handling-js" rev="1.1">
<artifact name="uncaught-exception-handling-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.vinccool96.uncaught', module='uncaught-exception-handling-js', version='1.1')
)
libraryDependencies += "io.github.vinccool96.uncaught" % "uncaught-exception-handling-js" % "1.1"
[io.github.vinccool96.uncaught/uncaught-exception-handling-js "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.20-RC2 |
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.6.20-RC2 |