Core Java Jexbox Connector

Core Java Jexbox connector hooks into Thread.UncaughtExceptionHandler, so any uncaught exceptions in your application will be sent to your Jexbox database. The connector extracts complete exception stack trace, including nested exceptions, error message and system properties

License

License

GroupId

GroupId

com.jexbox.connector
ArtifactId

ArtifactId

jexbox-core
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Core Java Jexbox Connector
Core Java Jexbox connector hooks into Thread.UncaughtExceptionHandler, so any uncaught exceptions in your application will be sent to your Jexbox database. The connector extracts complete exception stack trace, including nested exceptions, error message and system properties
Source Code Management

Source Code Management

https://github.com/jexbox/java-core.git

Download jexbox-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.jexbox.connector/jexbox-core/ -->
<dependency>
    <groupId>com.jexbox.connector</groupId>
    <artifactId>jexbox-core</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jexbox.connector/jexbox-core/
implementation 'com.jexbox.connector:jexbox-core:0.0.1'
// https://jarcasting.com/artifacts/com.jexbox.connector/jexbox-core/
implementation ("com.jexbox.connector:jexbox-core:0.0.1")
'com.jexbox.connector:jexbox-core:jar:0.0.1'
<dependency org="com.jexbox.connector" name="jexbox-core" rev="0.0.1">
  <artifact name="jexbox-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jexbox.connector', module='jexbox-core', version='0.0.1')
)
libraryDependencies += "com.jexbox.connector" % "jexbox-core" % "0.0.1"
[com.jexbox.connector/jexbox-core "0.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.2.4

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.1