GroupId | GroupIdcom.zeoflow |
---|---|
ArtifactId | ArtifactIdpassword-strength |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
password-strength-1.0.0.pom | |
password-strength-1.0.0.aar | 3 KB |
password-strength-1.0.0-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zeoflow/password-strength/ -->
<dependency>
<groupId>com.zeoflow</groupId>
<artifactId>password-strength</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.zeoflow/password-strength/
implementation 'com.zeoflow:password-strength:1.0.0'
// https://jarcasting.com/artifacts/com.zeoflow/password-strength/
implementation ("com.zeoflow:password-strength:1.0.0")
'com.zeoflow:password-strength:aar:1.0.0'
<dependency org="com.zeoflow" name="password-strength" rev="1.0.0">
<artifact name="password-strength" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.zeoflow', module='password-strength', version='1.0.0')
)
libraryDependencies += "com.zeoflow" % "password-strength" % "1.0.0"
[com.zeoflow/password-strength "1.0.0"]