| License |
License |
|---|---|
| GroupId | GroupIdcom.aliyun.ecs.easysdk |
| ArtifactId | ArtifactIdeasy-ecs-core |
| Version | Version1.1.0 |
| Type | Typejar |
| Description |
DescriptionAlibaba Cloud EasySDK is a Java-Based Plugin Framework
|
| Filename | Size |
|---|---|
| easy-ecs-core-1.1.0.pom | |
| easy-ecs-core-1.1.0.jar | 41 KB |
| easy-ecs-core-1.1.0-sources.jar | 31 KB |
| easy-ecs-core-1.1.0-javadoc.jar | 239 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun.ecs.easysdk/easy-ecs-core/ -->
<dependency>
<groupId>com.aliyun.ecs.easysdk</groupId>
<artifactId>easy-ecs-core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.ecs.easysdk/easy-ecs-core/
implementation 'com.aliyun.ecs.easysdk:easy-ecs-core:1.1.0'
// https://jarcasting.com/artifacts/com.aliyun.ecs.easysdk/easy-ecs-core/
implementation ("com.aliyun.ecs.easysdk:easy-ecs-core:1.1.0")
'com.aliyun.ecs.easysdk:easy-ecs-core:jar:1.1.0'
<dependency org="com.aliyun.ecs.easysdk" name="easy-ecs-core" rev="1.1.0">
<artifact name="easy-ecs-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.ecs.easysdk', module='easy-ecs-core', version='1.1.0')
)
libraryDependencies += "com.aliyun.ecs.easysdk" % "easy-ecs-core" % "1.1.0"
[com.aliyun.ecs.easysdk/easy-ecs-core "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.aliyun : aliyun-java-sdk-ecs | jar | 4.19.9 |
| com.aliyun : aliyun-java-sdk-core | jar | 4.5.6 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| commons-io : commons-io | jar | 2.0.1 |
| commons-collections : commons-collections | jar | 3.2.2 |
| org.apache.commons : commons-lang3 | jar | 3.4 |