GroupId | GroupIdcom.aliyun.openservices |
---|---|
ArtifactId | ArtifactIdtablestore |
Version | Version4.10.1 |
Type | Typejar |
Filename | Size |
---|---|
tablestore-4.10.1.pom | |
tablestore-4.10.1.jar | 2 MB |
tablestore-4.10.1-sources.jar | 658 KB |
tablestore-4.10.1-release.zip | 15 MB |
tablestore-4.10.1-javadoc.jar | 6 MB |
tablestore-4.10.1-jar-with-dependencies.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun.openservices/tablestore/ -->
<dependency>
<groupId>com.aliyun.openservices</groupId>
<artifactId>tablestore</artifactId>
<version>4.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.openservices/tablestore/
implementation 'com.aliyun.openservices:tablestore:4.10.1'
// https://jarcasting.com/artifacts/com.aliyun.openservices/tablestore/
implementation ("com.aliyun.openservices:tablestore:4.10.1")
'com.aliyun.openservices:tablestore:jar:4.10.1'
<dependency org="com.aliyun.openservices" name="tablestore" rev="4.10.1">
<artifact name="tablestore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.openservices', module='tablestore', version='4.10.1')
)
libraryDependencies += "com.aliyun.openservices" % "tablestore" % "4.10.1"
[com.aliyun.openservices/tablestore "4.10.1"]