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
文件下载
文件名 操作
nbvcxz-1.5.0.jar 下载
nbvcxz-1.5.0.pom 下载
nbvcxz-1.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>me.gosimple</groupId>
  <artifactId>nbvcxz</artifactId>
  <version>1.5.0</version>
</dependency>
Gradle Groovy
implementation 'me.gosimple:nbvcxz:1.5.0'
Gradle Kotlin
implementation("me.gosimple:nbvcxz:1.5.0")
Scala SBT
libraryDependencies += "me.gosimple" % "nbvcxz" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='me.gosimple', module='nbvcxz', version='1.5.0')
)
Apache Ivy
<dependency org="me.gosimple" name="nbvcxz" rev="1.5.0" />
Leiningen
[me.gosimple/nbvcxz "1.5.0"]
Apache Buildr
'me.gosimple:nbvcxz:jar:1.5.0'
本项目依赖