Java Http Jexbox Connector

The Web applications connector is an extension to the core Java connector. It add methods which accept HttpServletRequest and HttpSession, so the current request and session data is sent to Jexbox.

License

License

GroupId

GroupId

com.jexbox.connector
ArtifactId

ArtifactId

jexbox-http
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Java Http Jexbox Connector
The Web applications connector is an extension to the core Java connector. It add methods which accept HttpServletRequest and HttpSession, so the current request and session data is sent to Jexbox.
Source Code Management

Source Code Management

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

Download jexbox-http

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.jexbox.connector : jexbox-core jar 0.0.1
javax.servlet : servlet-api jar 2.5

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.1