License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdcom.yandex.ydb |
ArtifactId | ArtifactIdydb-sdk-parent |
Last Version | Last Version1.13.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJava SDK for Yandex Datatabase (YDB)
Java SDK for Yandex Datatabase (YDB)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ydb-sdk-parent-1.13.4.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yandex.ydb/ydb-sdk-parent/ -->
<dependency>
<groupId>com.yandex.ydb</groupId>
<artifactId>ydb-sdk-parent</artifactId>
<version>1.13.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yandex.ydb/ydb-sdk-parent/
implementation 'com.yandex.ydb:ydb-sdk-parent:1.13.4'
// https://jarcasting.com/artifacts/com.yandex.ydb/ydb-sdk-parent/
implementation ("com.yandex.ydb:ydb-sdk-parent:1.13.4")
'com.yandex.ydb:ydb-sdk-parent:pom:1.13.4'
<dependency org="com.yandex.ydb" name="ydb-sdk-parent" rev="1.13.4">
<artifact name="ydb-sdk-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yandex.ydb', module='ydb-sdk-parent', version='1.13.4')
)
libraryDependencies += "com.yandex.ydb" % "ydb-sdk-parent" % "1.13.4"
[com.yandex.ydb/ydb-sdk-parent "1.13.4"]