MVN

org.webjars.bowergithub.vaadin : vaadin-custom-field

Maven & Gradle

May 31, 2023
7 usages
4 stars

vaadin-custom-field · WebJar for vaadin-custom-field

<dependency>
    <groupId>org.webjars.bowergithub.vaadin</groupId>
    <artifactId>vaadin-custom-field</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.vaadin : vaadin-custom-field to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.0
  • Latest Beta: 1.0.0-beta1
  • Latest Alpha: 1.3.0-alpha1

All Versions

Choose a version of org.webjars.bowergithub.vaadin : vaadin-custom-field to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
vaadin-custom-field-1.4.0
1.3.x
vaadin-custom-field-1.3.1
vaadin-custom-field-1.3.0
vaadin-custom-field-1.3.0-alpha1
1.2.x
vaadin-custom-field-1.2.0
vaadin-custom-field-1.2.0-alpha3
vaadin-custom-field-1.2.0-alpha2
vaadin-custom-field-1.2.0-alpha1
1.1.x
vaadin-custom-field-1.1.0
vaadin-custom-field-1.1.0-alpha1
1.0.x
vaadin-custom-field-1.0.11
vaadin-custom-field-1.0.10
vaadin-custom-field-1.0.9
vaadin-custom-field-1.0.8
vaadin-custom-field-1.0.7
vaadin-custom-field-1.0.6
vaadin-custom-field-1.0.5
vaadin-custom-field-1.0.4
vaadin-custom-field-1.0.3
vaadin-custom-field-1.0.2
vaadin-custom-field-1.0.1
vaadin-custom-field-1.0.0
vaadin-custom-field-1.0.0-beta1
vaadin-custom-field-1.0.0-alpha4
vaadin-custom-field-1.0.0-alpha2
vaadin-custom-field-1.0.0-alpha1

How to add a dependency to Maven

Add the following org.webjars.bowergithub.vaadin : vaadin-custom-field maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bowergithub.vaadin</groupId>
    <artifactId>vaadin-custom-field</artifactId>
    <version>1.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.vaadin : vaadin-custom-field gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.vaadin:vaadin-custom-field:1.4.0'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.vaadin : vaadin-custom-field gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.vaadin:vaadin-custom-field:1.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.vaadin : vaadin-custom-field sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.vaadin" % "vaadin-custom-field" % "1.4.0"

Advertisement