| License |
License |
|---|---|
| Categories |
CategoriesDex General Purpose Libraries Utility |
| GroupId | GroupIdcom.yandex.ydb |
| ArtifactId | ArtifactIdydb-sdk-table |
| Version | Version1.9.2 |
| Type | Typejar |
| Description |
DescriptionTable client implementation
Table client implementation
|
| Filename | Size |
|---|---|
| ydb-sdk-table-1.9.2.pom | |
| ydb-sdk-table-1.9.2.jar | 254 KB |
| ydb-sdk-table-1.9.2-sources.jar | 107 KB |
| ydb-sdk-table-1.9.2-javadoc.jar | 674 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yandex.ydb/ydb-sdk-table/ -->
<dependency>
<groupId>com.yandex.ydb</groupId>
<artifactId>ydb-sdk-table</artifactId>
<version>1.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yandex.ydb/ydb-sdk-table/
implementation 'com.yandex.ydb:ydb-sdk-table:1.9.2'
// https://jarcasting.com/artifacts/com.yandex.ydb/ydb-sdk-table/
implementation ("com.yandex.ydb:ydb-sdk-table:1.9.2")
'com.yandex.ydb:ydb-sdk-table:jar:1.9.2'
<dependency org="com.yandex.ydb" name="ydb-sdk-table" rev="1.9.2">
<artifact name="ydb-sdk-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yandex.ydb', module='ydb-sdk-table', version='1.9.2')
)
libraryDependencies += "com.yandex.ydb" % "ydb-sdk-table" % "1.9.2"
[com.yandex.ydb/ydb-sdk-table "1.9.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.yandex.ydb : ydb-sdk-core | jar | 1.9.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| com.google.truth : truth | jar | 0.34 |
| com.google.truth.extensions : truth-proto-extension | jar | 0.34 |