| GroupId | GroupIdcom.aliyun.emr |
|---|---|
| ArtifactId | ArtifactIdemr-logservice_2.11 |
| Version | Version1.9.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.aliyun.emr/emr-logservice_2.11/ -->
<dependency>
<groupId>com.aliyun.emr</groupId>
<artifactId>emr-logservice_2.11</artifactId>
<version>1.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.emr/emr-logservice_2.11/
implementation 'com.aliyun.emr:emr-logservice_2.11:1.9.1'
// https://jarcasting.com/artifacts/com.aliyun.emr/emr-logservice_2.11/
implementation ("com.aliyun.emr:emr-logservice_2.11:1.9.1")
'com.aliyun.emr:emr-logservice_2.11:jar:1.9.1'
<dependency org="com.aliyun.emr" name="emr-logservice_2.11" rev="1.9.1">
<artifact name="emr-logservice_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.emr', module='emr-logservice_2.11', version='1.9.1')
)
libraryDependencies += "com.aliyun.emr" % "emr-logservice_2.11" % "1.9.1"
[com.aliyun.emr/emr-logservice_2.11 "1.9.1"]