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