Download dwr-2.0.2.jar file - Jar d

Jar examples for d:dwr

Description

DWR is easy Ajax for Java. It makes it simple to call Java code directly from Javascript. It gets rid of almost all the boiler plate code between the web browser and your Java code.

You can download jar file dwr 2.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add dwr-2.0.2.jar to your project.

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

Download

Click the following link to download the jar file.

dwr-2.0.2.jar
dwr-2.0.2-javadoc.jar
dwr-2.0.2.pom
dwr-2.0.2-sources.jar



Related Tutorials