GroupId | GroupIdcom.zeoflow |
---|---|
ArtifactId | ArtifactIdpassword-strength |
Version | Version1.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
password-strength-1.1.0.pom | |
password-strength-1.1.0.aar | 6 KB |
password-strength-1.1.0-sources.jar | 1 KB |
Browse |
<!-- 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"]