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