MVN

com.vaadin : vaadin-shared-deps

Maven & Gradle

Oct 11, 2013
3 usages

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-shared-deps</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.3

All Versions

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

Version Vulnerabilities Updated
1.0.x
vaadin-shared-deps-1.0.3
vaadin-shared-deps-1.0.2
vaadin-shared-deps-1.0.1
vaadin-shared-deps-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-shared-deps</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.vaadin:vaadin-shared-deps:1.0.3'

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

implementation("com.vaadin:vaadin-shared-deps:1.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.vaadin" % "vaadin-shared-deps" % "1.0.3"

Advertisement

Dependencies from Group

Jul 27, 2023
207 usages
1.7k stars
Aug 21, 2023
163 usages
467 stars
Aug 14, 2023
134 usages
6 stars
Aug 25, 2023
133 usages
498 stars
Aug 25, 2023
126 usages
497 stars

Discover Dependencies