MVN

org.mvnpm : vaadin-web-components

Maven & Gradle

Apr 10, 2023
400 stars

Vaadin Web Components · Vaadin components is an evolving set of open sourced custom HTML elements for building mobile and desktop web applications in modern browsers.

<dependency>
    <groupId>org.mvnpm</groupId>
    <artifactId>vaadin-web-components</artifactId>
    <version>24.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mvnpm : vaadin-web-components to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 24.0.2

All Versions

Choose a version of org.mvnpm : vaadin-web-components to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
24.0.x
vaadin-web-components-24.0.2
vaadin-web-components-24.0.0
23.3.x
vaadin-web-components-23.3.8
vaadin-web-components-23.3.7

How to add a dependency to Maven

Add the following org.mvnpm : vaadin-web-components maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mvnpm</groupId>
    <artifactId>vaadin-web-components</artifactId>
    <version>24.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mvnpm : vaadin-web-components gradle dependency to your build.gradle file:

implementation 'org.mvnpm:vaadin-web-components:24.0.2'

Gradle Kotlin DSL: Add the following org.mvnpm : vaadin-web-components gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mvnpm:vaadin-web-components:24.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mvnpm : vaadin-web-components sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mvnpm" % "vaadin-web-components" % "24.0.2"

Advertisement