| GroupId | GroupIdcom.github.luues.tool | 
|---|---|
| ArtifactId | ArtifactIdtool-crypto | 
| Version | Version1.0.0.6.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| tool-crypto-1.0.0.6.RELEASE.pom | |
| tool-crypto-1.0.0.6.RELEASE.jar | 101 KB | 
| tool-crypto-1.0.0.6.RELEASE-sources.jar | 84 KB | 
| tool-crypto-1.0.0.6.RELEASE-javadoc.jar | 420 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.luues.tool/tool-crypto/ -->
<dependency>
    <groupId>com.github.luues.tool</groupId>
    <artifactId>tool-crypto</artifactId>
    <version>1.0.0.6.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.luues.tool/tool-crypto/
implementation 'com.github.luues.tool:tool-crypto:1.0.0.6.RELEASE'// https://jarcasting.com/artifacts/com.github.luues.tool/tool-crypto/
implementation ("com.github.luues.tool:tool-crypto:1.0.0.6.RELEASE")'com.github.luues.tool:tool-crypto:jar:1.0.0.6.RELEASE'<dependency org="com.github.luues.tool" name="tool-crypto" rev="1.0.0.6.RELEASE">
  <artifact name="tool-crypto" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.luues.tool', module='tool-crypto', version='1.0.0.6.RELEASE')
)libraryDependencies += "com.github.luues.tool" % "tool-crypto" % "1.0.0.6.RELEASE"[com.github.luues.tool/tool-crypto "1.0.0.6.RELEASE"]