is not current version
Last Version 8.16.0

com.vaadin:vaadin-themes 7.4.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.

Categories

Categories

Vaadin User Interface Web Frameworks
GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

vaadin-themes
Version

Version

7.4.0
Type

Type

jar

Download vaadin-themes 7.4.0


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