License |
License |
---|---|
GroupId | GroupIdcom.jexbox.connector |
ArtifactId | ArtifactIdjexbox-http |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava 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 |
Filename | Size |
---|---|
jexbox-http-0.0.1.pom | |
jexbox-http-0.0.1.jar | 5 KB |
jexbox-http-0.0.1-sources.jar | 2 KB |
jexbox-http-0.0.1-javadoc.jar | 40 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.jexbox.connector : jexbox-core | jar | 0.0.1 |
javax.servlet : servlet-api | jar | 2.5 |