Download jexbox-http-0.0.1.jar file - Jar j

Jar examples for j:jexbox-http

Description

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.

You can download jar file jexbox-http 0.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jexbox-http-0.0.1.jar to your project.

<dependency>
   <groupId>com.jexbox.connector</groupId>
   <artifactId>jexbox-http</artifactId>
   <version>0.0.1</version>
</dependency>
compile group: 'com.jexbox.connector', name: 'jexbox-http', version: '0.0.1'
libraryDependencies += "com.jexbox.connector" % "jexbox-http" % "0.0.1"
<dependency org="com.jexbox.connector" name="jexbox-http" rev="0.0.1"/>
@Grapes(@Grab(group='com.jexbox.connector', module='jexbox-http', version='0.0.1'))
'com.jexbox.connector:jexbox-http:jar:0.0.1'

Download

Click the following link to download the jar file.

jexbox-http-0.0.1-javadoc.jar
jexbox-http-0.0.1-sources.jar
jexbox-http-0.0.1.jar
jexbox-http-0.0.1.pom



Related Tutorials