is not current version
Last Version 1.5.0

me.gosimple:nbvcxz 1.3.4

Nbvcxz takes heavy inspiration from the zxcvbn library built by Dropbox, and in a lot of ways is similar. I built this library to be heavily extensible for every use case, but have sane defaults.

Categories

Categories

Nbvcxz Security
GroupId

GroupId

me.gosimple
ArtifactId

ArtifactId

nbvcxz
Version

Version

1.3.4
Type

Type

jar

Download nbvcxz 1.3.4


<!-- https://jarcasting.com/artifacts/me.gosimple/nbvcxz/ -->
<dependency>
    <groupId>me.gosimple</groupId>
    <artifactId>nbvcxz</artifactId>
    <version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/me.gosimple/nbvcxz/
implementation 'me.gosimple:nbvcxz:1.3.4'
// https://jarcasting.com/artifacts/me.gosimple/nbvcxz/
implementation ("me.gosimple:nbvcxz:1.3.4")
'me.gosimple:nbvcxz:jar:1.3.4'
<dependency org="me.gosimple" name="nbvcxz" rev="1.3.4">
  <artifact name="nbvcxz" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.gosimple', module='nbvcxz', version='1.3.4')
)
libraryDependencies += "me.gosimple" % "nbvcxz" % "1.3.4"
[me.gosimple/nbvcxz "1.3.4"]