is not current version
Last Version 23.1.2

com.vaadin:vaadin 6.8.12

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.8.12
Type

Type

jar

Download vaadin 6.8.12


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