is not current version
Last Version 23.1.2

com.vaadin:vaadin 6.5.0.pre1

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.5.0.pre1
Type

Type

jar

Download vaadin 6.5.0.pre1


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