| License |
License |
|---|---|
| GroupId | GroupIdcom.alipay.sdk |
| ArtifactId | ArtifactIdeasysdk-kernel |
| Last Version | Last Version1.0.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAlipay Easy SDK Kernel
Alipay Easy SDK for Java
allows you to enjoy a minimalist programming experience
and quickly access the various high-frequency capabilities of the Alipay Open Platform.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| easysdk-kernel-1.0.11.pom | |
| easysdk-kernel-1.0.11.jar | 9 MB |
| easysdk-kernel-1.0.11-sources.jar | 22 KB |
| easysdk-kernel-1.0.11-javadoc.jar | 103 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alipay.sdk/easysdk-kernel/ -->
<dependency>
<groupId>com.alipay.sdk</groupId>
<artifactId>easysdk-kernel</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.alipay.sdk/easysdk-kernel/
implementation 'com.alipay.sdk:easysdk-kernel:1.0.11'
// https://jarcasting.com/artifacts/com.alipay.sdk/easysdk-kernel/
implementation ("com.alipay.sdk:easysdk-kernel:1.0.11")
'com.alipay.sdk:easysdk-kernel:jar:1.0.11'
<dependency org="com.alipay.sdk" name="easysdk-kernel" rev="1.0.11">
<artifact name="easysdk-kernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alipay.sdk', module='easysdk-kernel', version='1.0.11')
)
libraryDependencies += "com.alipay.sdk" % "easysdk-kernel" % "1.0.11"
[com.alipay.sdk/easysdk-kernel "1.0.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| com.aliyun : tea | jar | 1.1.13 |
| com.google.guava : guava | jar | 28.1-jre |
| com.google.code.gson : gson | jar | 2.8.6 |
| org.bouncycastle : bcprov-jdk15on | jar | 1.64 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| ch.qos.logback : logback-core | jar | 1.2.3 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| ch.qos.logback : logback-access | jar | 1.2.3 |
| org.mockito : mockito-core | jar | 3.2.0 |