is not current version
Last Version 3.0.2-RELEASE

org.directwebremoting:dwr 3.0.1-RELEASE

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

3.0.1-RELEASE
Type

Type

pom

Download dwr 3.0.1-RELEASE


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