MVN

org.webjars.bowergithub.vaadin : license-checker

Maven & Gradle

Nov 28, 2019
43 usages
5 stars

vaadin-license-checker · WebJar for vaadin-license-checker

<dependency>
    <groupId>org.webjars.bowergithub.vaadin</groupId>
    <artifactId>license-checker</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.2
  • Latest Beta: 2.1.0-beta1
  • Latest Alpha: 2.1.0-alpha2

All Versions

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

Version Vulnerabilities Updated
2.1.x
license-checker-2.1.2
license-checker-2.1.1
license-checker-2.1.0
license-checker-2.1.0-beta1
license-checker-2.1.0-alpha2
license-checker-2.1.0-alpha1
2.0.x
license-checker-2.0.1
license-checker-2.0.0
license-checker-2.0.0-alpha2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bowergithub.vaadin</groupId>
    <artifactId>license-checker</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.bowergithub.vaadin:license-checker:2.1.2'

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

implementation("org.webjars.bowergithub.vaadin:license-checker:2.1.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.bowergithub.vaadin" % "license-checker" % "2.1.2"