Download xmlhttprequest-1.0.3.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 1.0.3 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

xmlhttprequest-1.0.3.jar
xmlhttprequest-1.0.3.pom



Related Tutorials