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