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