y

ydb-sdk-table

Table client implementation
Files download
File Operation
ydb-sdk-table-2.1.4.jar download
ydb-sdk-table-2.1.4.pom download
ydb-sdk-table-2.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.ydb</groupId>
  <artifactId>ydb-sdk-table</artifactId>
  <version>2.1.4</version>
</dependency>
Gradle Groovy
implementation 'tech.ydb:ydb-sdk-table:2.1.4'
Gradle Kotlin
implementation("tech.ydb:ydb-sdk-table:2.1.4")
Scala SBT
libraryDependencies += "tech.ydb" % "ydb-sdk-table" % "2.1.4"
Groovy Grape
@Grapes(
  @Grab(group='tech.ydb', module='ydb-sdk-table', version='2.1.4')
)
Apache Ivy
<dependency org="tech.ydb" name="ydb-sdk-table" rev="2.1.4" />
Leiningen
[tech.ydb/ydb-sdk-table "2.1.4"]
Apache Buildr
'tech.ydb:ydb-sdk-table:jar:2.1.4'