Last Version

Direct Web Remoting 3.0.2-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.

License

License

GroupId

GroupId

org.directwebremoting
ArtifactId

ArtifactId

dwr
Version

Version

3.0.2-RELEASE
Type

Type

pom
Description

Description

Direct Web Remoting
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.

Download dwr 3.0.2-RELEASE


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.