is not current version
Last Version 3.0.2-RELEASE

org.directwebremoting:dwr 2.0.3

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.

GroupId

GroupId

org.directwebremoting
ArtifactId

ArtifactId

dwr
Version

Version

2.0.3
Type

Type

jar

Download dwr 2.0.3


<!-- https://jarcasting.com/artifacts/org.directwebremoting/dwr/ -->
<dependency>
    <groupId>org.directwebremoting</groupId>
    <artifactId>dwr</artifactId>
    <version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.directwebremoting/dwr/
implementation 'org.directwebremoting:dwr:2.0.3'
// https://jarcasting.com/artifacts/org.directwebremoting/dwr/
implementation ("org.directwebremoting:dwr:2.0.3")
'org.directwebremoting:dwr:jar:2.0.3'
<dependency org="org.directwebremoting" name="dwr" rev="2.0.3">
  <artifact name="dwr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.directwebremoting', module='dwr', version='2.0.3')
)
libraryDependencies += "org.directwebremoting" % "dwr" % "2.0.3"
[org.directwebremoting/dwr "2.0.3"]