| Группа | Группаcom.aliyun.emr |
|---|---|
| Идентификатор | Идентификаторemr-tablestore |
| Версия | Версия1.4.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| emr-tablestore-1.4.3.pom | |
| emr-tablestore-1.4.3.jar | 77 KB |
| emr-tablestore-1.4.3-sources.jar | 47 KB |
| emr-tablestore-1.4.3-javadoc.jar | 441 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.aliyun.emr/emr-tablestore/ -->
<dependency>
<groupId>com.aliyun.emr</groupId>
<artifactId>emr-tablestore</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.emr/emr-tablestore/
implementation 'com.aliyun.emr:emr-tablestore:1.4.3'
// https://jarcasting.com/artifacts/com.aliyun.emr/emr-tablestore/
implementation ("com.aliyun.emr:emr-tablestore:1.4.3")
'com.aliyun.emr:emr-tablestore:jar:1.4.3'
<dependency org="com.aliyun.emr" name="emr-tablestore" rev="1.4.3">
<artifact name="emr-tablestore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.emr', module='emr-tablestore', version='1.4.3')
)
libraryDependencies += "com.aliyun.emr" % "emr-tablestore" % "1.4.3"
[com.aliyun.emr/emr-tablestore "1.4.3"]