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