Jar examples for d:dwr
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.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add dwr-2.0.1.jar to your project.
<dependency> <groupId>org.directwebremoting</groupId> <artifactId>dwr</artifactId> <version>2.0.1</version> </dependency>
compile group: 'org.directwebremoting', name: 'dwr', version: '2.0.1'
libraryDependencies += "org.directwebremoting" % "dwr" % "2.0.1"
<dependency org="org.directwebremoting" name="dwr" rev="2.0.1"/>
@Grapes(@Grab(group='org.directwebremoting', module='dwr', version='2.0.1'))
'org.directwebremoting:dwr:jar:2.0.1'
Click the following link to download the jar file.
dwr-2.0.1-javadoc.jar