is not current version
Last Version 1.0.11

com.alipay.sdk:easysdk-kernel 1.0.1

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.

GroupId

GroupId

com.alipay.sdk
ArtifactId

ArtifactId

easysdk-kernel
Version

Version

1.0.1
Type

Type

jar

Download easysdk-kernel 1.0.1


<!-- https://jarcasting.com/artifacts/com.alipay.sdk/easysdk-kernel/ -->
<dependency>
    <groupId>com.alipay.sdk</groupId>
    <artifactId>easysdk-kernel</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alipay.sdk/easysdk-kernel/
implementation 'com.alipay.sdk:easysdk-kernel:1.0.1'
// https://jarcasting.com/artifacts/com.alipay.sdk/easysdk-kernel/
implementation ("com.alipay.sdk:easysdk-kernel:1.0.1")
'com.alipay.sdk:easysdk-kernel:jar:1.0.1'
<dependency org="com.alipay.sdk" name="easysdk-kernel" rev="1.0.1">
  <artifact name="easysdk-kernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alipay.sdk', module='easysdk-kernel', version='1.0.1')
)
libraryDependencies += "com.alipay.sdk" % "easysdk-kernel" % "1.0.1"
[com.alipay.sdk/easysdk-kernel "1.0.1"]