is not current version
Last Version 23.1.2

com.vaadin:vaadin 6.2.6

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.

Categories

Categories

Vaadin User Interface Web Frameworks
GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

vaadin
Version

Version

6.2.6
Type

Type

jar

Download vaadin 6.2.6


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