| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.directwebremoting |
| Идентификатор | Идентификаторdwr |
| Последняя версия | Последняя версия3.0.2-RELEASE |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание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.
|
| Имя Файла | Размер |
|---|---|
| dwr-3.0.2-RELEASE.pom | |
| dwr-3.0.2-RELEASE.jar | 11 KB |
| dwr-3.0.2-RELEASE-sources.jar | 398 KB |
| dwr-3.0.2-RELEASE-javadoc.jar | 878 KB |
| Обзор |
<!-- 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"]
| Версия |
|---|
|
3.0.2-RELEASE
|
|
3.0.1-RELEASE
|
|
3.0.0-RELEASE
|
|
3.0.0-rc3-RELEASE
|
|
3.0.M1
|
|
2.0.11-RELEASE
|
|
2.0.10
|
|
2.0.9
|
|
2.0.8
|
|
2.0.3
|
|
2.0.2
|
|
2.0.1
|
|
2.0.rc2
|
|
2.0.rc1
|