Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.yandex.ydb |
ArtifactId | ArtifactIdydb-sdk-table |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
ydb-sdk-table-1.5.0.pom | |
ydb-sdk-table-1.5.0.jar | 229 KB |
ydb-sdk-table-1.5.0-sources.jar | 96 KB |
ydb-sdk-table-1.5.0-javadoc.jar | 596 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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yandex.ydb/ydb-sdk-table/
implementation 'com.yandex.ydb:ydb-sdk-table:1.5.0'
// https://jarcasting.com/artifacts/com.yandex.ydb/ydb-sdk-table/
implementation ("com.yandex.ydb:ydb-sdk-table:1.5.0")
'com.yandex.ydb:ydb-sdk-table:jar:1.5.0'
<dependency org="com.yandex.ydb" name="ydb-sdk-table" rev="1.5.0">
<artifact name="ydb-sdk-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yandex.ydb', module='ydb-sdk-table', version='1.5.0')
)
libraryDependencies += "com.yandex.ydb" % "ydb-sdk-table" % "1.5.0"
[com.yandex.ydb/ydb-sdk-table "1.5.0"]