MVN

cz.req.vax : spring-vaadin-integration

Maven & Gradle

Sep 15, 2015
1 usages
0 stars

SpringVaadinIntegration · Spring and Vaadin integration, forked from xpoft/spring-vaadin

<dependency>
    <groupId>cz.req.vax</groupId>
    <artifactId>spring-vaadin-integration</artifactId>
    <version>3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.req.vax : spring-vaadin-integration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1

All Versions

Choose a version of cz.req.vax : spring-vaadin-integration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
spring-vaadin-integration-3.1.1

How to add a dependency to Maven

Add the following cz.req.vax : spring-vaadin-integration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cz.req.vax</groupId>
    <artifactId>spring-vaadin-integration</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.req.vax : spring-vaadin-integration gradle dependency to your build.gradle file:

implementation 'cz.req.vax:spring-vaadin-integration:3.1.1'

Gradle Kotlin DSL: Add the following cz.req.vax : spring-vaadin-integration gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.req.vax:spring-vaadin-integration:3.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.req.vax : spring-vaadin-integration sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.req.vax" % "spring-vaadin-integration" % "3.1.1"

Advertisement