| GroupId | GroupIdcom.aliyun.emr |
|---|---|
| ArtifactId | ArtifactIdemr-maxcompute_2.10 |
| Version | Version1.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| emr-maxcompute_2.10-1.4.0.pom | |
| emr-maxcompute_2.10-1.4.0.jar | 130 KB |
| emr-maxcompute_2.10-1.4.0-sources.jar | 13 KB |
| emr-maxcompute_2.10-1.4.0-javadoc.jar | 390 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun.emr/emr-maxcompute_2.10/ -->
<dependency>
<groupId>com.aliyun.emr</groupId>
<artifactId>emr-maxcompute_2.10</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.emr/emr-maxcompute_2.10/
implementation 'com.aliyun.emr:emr-maxcompute_2.10:1.4.0'
// https://jarcasting.com/artifacts/com.aliyun.emr/emr-maxcompute_2.10/
implementation ("com.aliyun.emr:emr-maxcompute_2.10:1.4.0")
'com.aliyun.emr:emr-maxcompute_2.10:jar:1.4.0'
<dependency org="com.aliyun.emr" name="emr-maxcompute_2.10" rev="1.4.0">
<artifact name="emr-maxcompute_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.emr', module='emr-maxcompute_2.10', version='1.4.0')
)
libraryDependencies += "com.aliyun.emr" % "emr-maxcompute_2.10" % "1.4.0"
[com.aliyun.emr/emr-maxcompute_2.10 "1.4.0"]