не последняя версия
Последняя версия 3.0.2-RELEASE

org.directwebremoting:dwr 2.0.rc2

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.

Группа

Группа

org.directwebremoting
Идентификатор

Идентификатор

dwr
Версия

Версия

2.0.rc2
Тип

Тип

jar

Скачать dwr 2.0.rc2


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