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.
http://directwebremoting.org/dwr/index.html
The Apache Software License, Version 2.0
David Marginian Mike Wison
文件下载
文件名 操作
dwr-3.0.2-RELEASE.jar 下载
dwr-3.0.2-RELEASE.pom 下载
dwr-3.0.2-RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.directwebremoting</groupId>
  <artifactId>dwr</artifactId>
  <version>3.0.2-RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.directwebremoting:dwr:3.0.2-RELEASE'
Gradle Kotlin
implementation("org.directwebremoting:dwr:3.0.2-RELEASE")
Scala SBT
libraryDependencies += "org.directwebremoting" % "dwr" % "3.0.2-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.directwebremoting', module='dwr', version='3.0.2-RELEASE')
)
Apache Ivy
<dependency org="org.directwebremoting" name="dwr" rev="3.0.2-RELEASE" />
Leiningen
[org.directwebremoting/dwr "3.0.2-RELEASE"]
Apache Buildr
'org.directwebremoting:dwr:jar:3.0.2-RELEASE'