MVN

com.vaadin.external.gwt : gwt-servlet

Maven & Gradle

Jun 19, 2018
1 usages
<dependency>
    <groupId>com.vaadin.external.gwt</groupId>
    <artifactId>gwt-servlet</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-servlet 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-servlet to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.vaadin.external.gwt</groupId>
    <artifactId>gwt-servlet</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-servlet gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement