Download xmlhttprequest-0.8.10.jar file - Jar x

Jar examples for x:xmlhttprequest

Description

XmlHttpRequest Cross-Browser Compatibility Library 1.0.3 * Deliver unobtrusive standard-compliant (W3C) cross-browser implementation of the XMLHttpRequest 1.0 object * Fix ALL browsers quirks observed in their native XMLHttpRequest object implementations * Enable transparent logging of XMLHttpRequest object activity

You can download jar file xmlhttprequest 0.8.10 in this page.

Build File

You can use the following script to add xmlhttprequest-0.8.10.jar to your project.

<dependency>
   <groupId>net.jangaroo</groupId>
   <artifactId>xmlhttprequest</artifactId>
   <version>0.8.10</version>
</dependency>
compile group: 'net.jangaroo', name: 'xmlhttprequest', version: '0.8.10'
libraryDependencies += "net.jangaroo" % "xmlhttprequest" % "0.8.10"
<dependency org="net.jangaroo" name="xmlhttprequest" rev="0.8.10"/>
@Grapes(@Grab(group='net.jangaroo', module='xmlhttprequest', version='0.8.10'))
'net.jangaroo:xmlhttprequest:jar:0.8.10'

Download

Click the following link to download the jar file.

xmlhttprequest-0.8.10.jar
xmlhttprequest-0.8.10.pom



Related Tutorials