не последняя версия
Последняя версия 8.16.0

com.vaadin:vaadin-server 7.2.0

Vaadin is a web application framework for Rich Internet Applications (RIA). Vaadin enables easy development and maintenance of fast and secure rich web applications with a stunning look and feel and a wide browser support. It features a server-side architecture with the majority of the logic running on the server. Ajax technology is used at the browser-side to ensure a rich and interactive user experience.

Категории

Категории

Vaadin Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

com.vaadin
Идентификатор

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

vaadin-server
Версия

Версия

7.2.0
Тип

Тип

jar

Скачать vaadin-server 7.2.0


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