MVN

org.mvnpm.at.vaadin : select

Maven & Gradle

Aug 03, 2023
400 stars

vaadin select · vaadin-select

<dependency>
    <groupId>org.mvnpm.at.vaadin</groupId>
    <artifactId>select</artifactId>
    <version>24.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 24.1.4

All Versions

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

Version Vulnerabilities Updated
24.1.x
select-24.1.4
select-24.1.3
24.0.x
select-24.0.5
select-24.0.2
select-24.0.0
23.3.x
select-23.3.8
select-23.3.7
select-23.3.6

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mvnpm.at.vaadin</groupId>
    <artifactId>select</artifactId>
    <version>24.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mvnpm.at.vaadin : select gradle dependency to your build.gradle file:

implementation 'org.mvnpm.at.vaadin:select:24.1.4'

Gradle Kotlin DSL: Add the following org.mvnpm.at.vaadin : select gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mvnpm.at.vaadin:select:24.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mvnpm.at.vaadin : select sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mvnpm.at.vaadin" % "select" % "24.1.4"

Advertisement