License |
License |
---|---|
GroupId | GroupIdcom.github.penggle |
ArtifactId | ArtifactIdweixin-aes |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionweixin-aes
commons is a little java tool to make your development easier in your work.
|
Filename | Size |
---|---|
weixin-aes-1.0.0.pom | |
weixin-aes-1.0.0.jar | 9 KB |
weixin-aes-1.0.0-sources.jar | 20 KB |
weixin-aes-1.0.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.penggle/weixin-aes/ -->
<dependency>
<groupId>com.github.penggle</groupId>
<artifactId>weixin-aes</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.penggle/weixin-aes/
implementation 'com.github.penggle:weixin-aes:1.0.0'
// https://jarcasting.com/artifacts/com.github.penggle/weixin-aes/
implementation ("com.github.penggle:weixin-aes:1.0.0")
'com.github.penggle:weixin-aes:jar:1.0.0'
<dependency org="com.github.penggle" name="weixin-aes" rev="1.0.0">
<artifact name="weixin-aes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.penggle', module='weixin-aes', version='1.0.0')
)
libraryDependencies += "com.github.penggle" % "weixin-aes" % "1.0.0"
[com.github.penggle/weixin-aes "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-codec : commons-codec | jar | 1.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |