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