MVN

com.vaadin.external.gwt : gwt-user

Maven & Gradle

Jun 19, 2018
2 usages
<dependency>
    <groupId>com.vaadin.external.gwt</groupId>
    <artifactId>gwt-user</artifactId>
    <version>2.7.0.vaadin7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vaadin.external.gwt : gwt-user to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.0.vaadin7
  • Latest Beta: 2.7.0.beta1vaadin1

All Versions

Choose a version of com.vaadin.external.gwt : gwt-user to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
gwt-user-2.7.0.vaadin7
gwt-user-2.7.0.vaadin6
gwt-user-2.7.0.vaadin5
gwt-user-2.7.0.vaadin4
gwt-user-2.7.0.vaadin3
gwt-user-2.7.0.vaadin2
gwt-user-2.7.0.vaadin1
gwt-user-2.7.0.beta1vaadin1
2.6.x
gwt-user-2.6.0.vaadin5
gwt-user-2.6.0.vaadin4
gwt-user-2.6.0.vaadin3
gwt-user-2.6.0.vaadin2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.vaadin.external.gwt</groupId>
    <artifactId>gwt-user</artifactId>
    <version>2.7.0.vaadin7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vaadin.external.gwt : gwt-user gradle dependency to your build.gradle file:

implementation 'com.vaadin.external.gwt:gwt-user:2.7.0.vaadin7'

Gradle Kotlin DSL: Add the following com.vaadin.external.gwt : gwt-user gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vaadin.external.gwt:gwt-user:2.7.0.vaadin7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vaadin.external.gwt : gwt-user sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vaadin.external.gwt" % "gwt-user" % "2.7.0.vaadin7"

Advertisement