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