n

nbvcxz

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, with sane defaults.
https://github.com/GoSimpleLLC/nbvcxz
MIT license
Adam Brusselback
Files download
File Operation
nbvcxz-1.5.1.jar download
nbvcxz-1.5.1.pom download
nbvcxz-1.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>me.gosimple</groupId>
  <artifactId>nbvcxz</artifactId>
  <version>1.5.1</version>
</dependency>
Gradle Groovy
implementation 'me.gosimple:nbvcxz:1.5.1'
Gradle Kotlin
implementation("me.gosimple:nbvcxz:1.5.1")
Scala SBT
libraryDependencies += "me.gosimple" % "nbvcxz" % "1.5.1"
Groovy Grape
@Grapes(
  @Grab(group='me.gosimple', module='nbvcxz', version='1.5.1')
)
Apache Ivy
<dependency org="me.gosimple" name="nbvcxz" rev="1.5.1" />
Leiningen
[me.gosimple/nbvcxz "1.5.1"]
Apache Buildr
'me.gosimple:nbvcxz:jar:1.5.1'
Dependencies