| License |
License |
|---|---|
| GroupId | GroupIdcom.siashan |
| ArtifactId | ArtifactIdtoolkit-crypt |
| Version | Version1.0.7 |
| Type | Typejar |
| Description |
Description加解密工具类
|
| Filename | Size |
|---|---|
| toolkit-crypt-1.0.7.pom | |
| toolkit-crypt-1.0.7.jar | 98 KB |
| toolkit-crypt-1.0.7-sources.jar | 97 KB |
| toolkit-crypt-1.0.7-javadoc.jar | 407 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.siashan/toolkit-crypt/ -->
<dependency>
<groupId>com.siashan</groupId>
<artifactId>toolkit-crypt</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.siashan/toolkit-crypt/
implementation 'com.siashan:toolkit-crypt:1.0.7'
// https://jarcasting.com/artifacts/com.siashan/toolkit-crypt/
implementation ("com.siashan:toolkit-crypt:1.0.7")
'com.siashan:toolkit-crypt:jar:1.0.7'
<dependency org="com.siashan" name="toolkit-crypt" rev="1.0.7">
<artifact name="toolkit-crypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.siashan', module='toolkit-crypt', version='1.0.7')
)
libraryDependencies += "com.siashan" % "toolkit-crypt" % "1.0.7"
[com.siashan/toolkit-crypt "1.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.bouncycastle : bcprov-jdk15to18 Optional | jar | 1.66 |
| org.projectlombok : lombok Optional | jar | 1.18.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |