is not current version
Last Version 1.3.0

com.zeoflow:password-strength 1.1.0

Password Strength is an Android Library that checks for a password strength.

GroupId

GroupId

com.zeoflow
ArtifactId

ArtifactId

password-strength
Version

Version

1.1.0
Type

Type

aar

Download password-strength 1.1.0


<!-- https://jarcasting.com/artifacts/com.zeoflow/password-strength/ -->
<dependency>
    <groupId>com.zeoflow</groupId>
    <artifactId>password-strength</artifactId>
    <version>1.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.zeoflow/password-strength/
implementation 'com.zeoflow:password-strength:1.1.0'
// https://jarcasting.com/artifacts/com.zeoflow/password-strength/
implementation ("com.zeoflow:password-strength:1.1.0")
'com.zeoflow:password-strength:aar:1.1.0'
<dependency org="com.zeoflow" name="password-strength" rev="1.1.0">
  <artifact name="password-strength" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.zeoflow', module='password-strength', version='1.1.0')
)
libraryDependencies += "com.zeoflow" % "password-strength" % "1.1.0"
[com.zeoflow/password-strength "1.1.0"]