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