MVN

com.vaadin : vaadin-theme-compiler

Maven & Gradle

May 02, 2014
3 usages
543 stars

Vaadin · 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.

<dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-theme-compiler</artifactId>
    <version>7.1.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vaadin : vaadin-theme-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.1.15
  • Latest Release Candidate: 7.0.0.rc2
  • Latest Beta: 7.1.0.beta1

All Versions

Choose a version of com.vaadin : vaadin-theme-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.1.x
vaadin-theme-compiler-7.1.15
vaadin-theme-compiler-7.1.14
vaadin-theme-compiler-7.1.13
vaadin-theme-compiler-7.1.12
vaadin-theme-compiler-7.1.11
vaadin-theme-compiler-7.1.10
vaadin-theme-compiler-7.1.9
vaadin-theme-compiler-7.1.8
vaadin-theme-compiler-7.1.7
vaadin-theme-compiler-7.1.6
vaadin-theme-compiler-7.1.5
vaadin-theme-compiler-7.1.4
vaadin-theme-compiler-7.1.3
vaadin-theme-compiler-7.1.2
vaadin-theme-compiler-7.1.1
vaadin-theme-compiler-7.1.0
vaadin-theme-compiler-7.1.0.beta1
7.0.x
vaadin-theme-compiler-7.0.7
vaadin-theme-compiler-7.0.6
vaadin-theme-compiler-7.0.5
vaadin-theme-compiler-7.0.4
vaadin-theme-compiler-7.0.3
vaadin-theme-compiler-7.0.2
vaadin-theme-compiler-7.0.1
vaadin-theme-compiler-7.0.0
vaadin-theme-compiler-7.0.0.rc2
vaadin-theme-compiler-7.0.0.rc1
vaadin-theme-compiler-7.0.0.beta11
vaadin-theme-compiler-7.0.0.beta10
vaadin-theme-compiler-7.0.0.beta9
vaadin-theme-compiler-7.0.0.beta8
vaadin-theme-compiler-7.0.0.beta7
vaadin-theme-compiler-7.0.0.beta6
vaadin-theme-compiler-7.0.0.beta5
vaadin-theme-compiler-7.0.0.beta4
vaadin-theme-compiler-7.0.0.beta3
vaadin-theme-compiler-7.0.0.beta2
vaadin-theme-compiler-7.0.0.beta1

How to add a dependency to Maven

Add the following com.vaadin : vaadin-theme-compiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-theme-compiler</artifactId>
    <version>7.1.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vaadin : vaadin-theme-compiler gradle dependency to your build.gradle file:

implementation 'com.vaadin:vaadin-theme-compiler:7.1.15'

Gradle Kotlin DSL: Add the following com.vaadin : vaadin-theme-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vaadin:vaadin-theme-compiler:7.1.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vaadin : vaadin-theme-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vaadin" % "vaadin-theme-compiler" % "7.1.15"

Advertisement