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