| GroupId | GroupIdcom.aliyun.ecs.easysdk |
|---|---|
| ArtifactId | ArtifactIdeasy-ecs-core |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| easy-ecs-core-1.0.0.pom | |
| easy-ecs-core-1.0.0.jar | 41 KB |
| easy-ecs-core-1.0.0-sources.jar | 31 KB |
| easy-ecs-core-1.0.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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.ecs.easysdk/easy-ecs-core/
implementation 'com.aliyun.ecs.easysdk:easy-ecs-core:1.0.0'
// https://jarcasting.com/artifacts/com.aliyun.ecs.easysdk/easy-ecs-core/
implementation ("com.aliyun.ecs.easysdk:easy-ecs-core:1.0.0")
'com.aliyun.ecs.easysdk:easy-ecs-core:jar:1.0.0'
<dependency org="com.aliyun.ecs.easysdk" name="easy-ecs-core" rev="1.0.0">
<artifact name="easy-ecs-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.ecs.easysdk', module='easy-ecs-core', version='1.0.0')
)
libraryDependencies += "com.aliyun.ecs.easysdk" % "easy-ecs-core" % "1.0.0"
[com.aliyun.ecs.easysdk/easy-ecs-core "1.0.0"]