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