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