MVN

org.mvnpm.at.vaadin : text-area

Maven & Gradle

Aug 03, 2023
409 stars

vaadin text-area · vaadin-text-area

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

Latest Version

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

  • Latest Stable: 24.1.4

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mvnpm.at.vaadin</groupId>
    <artifactId>text-area</artifactId>
    <version>24.1.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mvnpm.at.vaadin:text-area:24.1.4'

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

implementation("org.mvnpm.at.vaadin:text-area:24.1.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mvnpm.at.vaadin" % "text-area" % "24.1.4"

Advertisement