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