Last Version

Jexbox Play! Framework Connector Plugin 0.0.4

Jexbox Play! Framework connector hooks as ExceptionHandler, so any uncaught exceptions in your Play! application will be sent to your Jexbox database. The connector extracts complete exception stack trace, including nested exceptions, error message and system properties and page/component traces

License

License

GroupId

GroupId

com.jexbox.connector
ArtifactId

ArtifactId

jexbox-play
Version

Version

0.0.4
Type

Type

jar
Description

Description

Jexbox Play! Framework Connector Plugin
Jexbox Play! Framework connector hooks as ExceptionHandler, so any uncaught exceptions in your Play! application will be sent to your Jexbox database. The connector extracts complete exception stack trace, including nested exceptions, error message and system properties and page/component traces
Source Code Management

Source Code Management

https://github.com/jexbox/play-plugin.git

Download jexbox-play 0.0.4


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

Dependencies

compile (3)

Group / Artifact Type Version
com.jexbox.connector : jexbox-core jar 0.0.1
commons-codec : commons-codec jar 1.9
com.typesafe.play : play_2.11 jar 2.3.1

Project Modules

There are no modules declared in this project.