MVN

org.webjars : zxcvbn

Maven & Gradle

Mar 17, 2023
7 usages

zxcvbn · WebJar for zxcvbn

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>zxcvbn</artifactId>
    <version>4.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars : zxcvbn to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.4.2

All Versions

Choose a version of org.webjars : zxcvbn to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.4.x
zxcvbn-4.4.2
4.3.x
zxcvbn-4.3.0
1.0
zxcvbn-1.0

How to add a dependency to Maven

Add the following org.webjars : zxcvbn maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>zxcvbn</artifactId>
    <version>4.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars : zxcvbn gradle dependency to your build.gradle file:

implementation 'org.webjars:zxcvbn:4.4.2'

Gradle Kotlin DSL: Add the following org.webjars : zxcvbn gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars:zxcvbn:4.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars : zxcvbn sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars" % "zxcvbn" % "4.4.2"

Advertisement