GroupId | GroupIdcom.github.mizool.tool |
---|---|
ArtifactId | ArtifactIdtool-password |
Version | Version0.44 |
Type | Typejar |
Filename | Size |
---|---|
tool-password-0.44.pom | |
tool-password-0.44.jar | 4 KB |
tool-password-0.44-sources.jar | 4 KB |
tool-password-0.44-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mizool.tool/tool-password/ -->
<dependency>
<groupId>com.github.mizool.tool</groupId>
<artifactId>tool-password</artifactId>
<version>0.44</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mizool.tool/tool-password/
implementation 'com.github.mizool.tool:tool-password:0.44'
// https://jarcasting.com/artifacts/com.github.mizool.tool/tool-password/
implementation ("com.github.mizool.tool:tool-password:0.44")
'com.github.mizool.tool:tool-password:jar:0.44'
<dependency org="com.github.mizool.tool" name="tool-password" rev="0.44">
<artifact name="tool-password" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mizool.tool', module='tool-password', version='0.44')
)
libraryDependencies += "com.github.mizool.tool" % "tool-password" % "0.44"
[com.github.mizool.tool/tool-password "0.44"]