| License |
License |
|---|---|
| GroupId | GroupIdcn.com.xuxiaowei.utils |
| ArtifactId | ArtifactIdaes |
| Version | Version0.0.1 |
| Type | Typejar |
| Description |
Descriptionaes
AES 对称性加密工具
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| aes-0.0.1.pom | |
| aes-0.0.1.jar | 4 KB |
| aes-0.0.1-sources.jar | 4 KB |
| aes-0.0.1-javadoc.jar | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.com.xuxiaowei.utils/aes/ -->
<dependency>
<groupId>cn.com.xuxiaowei.utils</groupId>
<artifactId>aes</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.com.xuxiaowei.utils/aes/
implementation 'cn.com.xuxiaowei.utils:aes:0.0.1'
// https://jarcasting.com/artifacts/cn.com.xuxiaowei.utils/aes/
implementation ("cn.com.xuxiaowei.utils:aes:0.0.1")
'cn.com.xuxiaowei.utils:aes:jar:0.0.1'
<dependency org="cn.com.xuxiaowei.utils" name="aes" rev="0.0.1">
<artifact name="aes" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.com.xuxiaowei.utils', module='aes', version='0.0.1')
)
libraryDependencies += "cn.com.xuxiaowei.utils" % "aes" % "0.0.1"
[cn.com.xuxiaowei.utils/aes "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-codec : commons-codec | jar | 1.15 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |