| GroupId | GroupIdcom.aliyun.ecs.easysdk |
|---|---|
| ArtifactId | ArtifactIdplugins |
| Version | Version1.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| plugins-1.0.0.pom | 607 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun.ecs.easysdk/plugins/ -->
<dependency>
<groupId>com.aliyun.ecs.easysdk</groupId>
<artifactId>plugins</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.ecs.easysdk/plugins/
implementation 'com.aliyun.ecs.easysdk:plugins:1.0.0'
// https://jarcasting.com/artifacts/com.aliyun.ecs.easysdk/plugins/
implementation ("com.aliyun.ecs.easysdk:plugins:1.0.0")
'com.aliyun.ecs.easysdk:plugins:pom:1.0.0'
<dependency org="com.aliyun.ecs.easysdk" name="plugins" rev="1.0.0">
<artifact name="plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.ecs.easysdk', module='plugins', version='1.0.0')
)
libraryDependencies += "com.aliyun.ecs.easysdk" % "plugins" % "1.0.0"
[com.aliyun.ecs.easysdk/plugins "1.0.0"]