MVN

org.webjars.bowergithub.vaadin : vaadin-development-mode-detector

Maven & Gradle

Mar 20, 2023
188 usages
1 stars

vaadin-development-mode-detector · WebJar for vaadin-development-mode-detector

<dependency>
    <groupId>org.webjars.bowergithub.vaadin</groupId>
    <artifactId>vaadin-development-mode-detector</artifactId>
    <version>2.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.vaadin : vaadin-development-mode-detector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.6
  • Latest Beta: 1.1.0-beta1
  • Latest Alpha: 2.0.0-alpha3

All Versions

Choose a version of org.webjars.bowergithub.vaadin : vaadin-development-mode-detector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
vaadin-development-mode-detector-2.0.6
vaadin-development-mode-detector-2.0.5
vaadin-development-mode-detector-2.0.4
vaadin-development-mode-detector-2.0.3
vaadin-development-mode-detector-2.0.2
vaadin-development-mode-detector-2.0.1
vaadin-development-mode-detector-2.0.0
vaadin-development-mode-detector-2.0.0-alpha3
vaadin-development-mode-detector-2.0.0-alpha2
1.1.x
vaadin-development-mode-detector-1.1.0
vaadin-development-mode-detector-1.1.0-beta1
vaadin-development-mode-detector-1.1.0-alpha2
1.0.x
vaadin-development-mode-detector-1.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bowergithub.vaadin</groupId>
    <artifactId>vaadin-development-mode-detector</artifactId>
    <version>2.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.vaadin : vaadin-development-mode-detector gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.vaadin:vaadin-development-mode-detector:2.0.6'

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

implementation("org.webjars.bowergithub.vaadin:vaadin-development-mode-detector:2.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.vaadin : vaadin-development-mode-detector sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.vaadin" % "vaadin-development-mode-detector" % "2.0.6"

Advertisement