License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdcom.yandex.ydb |
ArtifactId | ArtifactIdydb-sdk-examples |
Last Version | Last Version1.10.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExamples of usage Java SDK for Yandex Database (YDB)
Examples of usage Java SDK for Yandex Database (YDB)
|
Filename | Size |
---|---|
ydb-sdk-examples-1.10.8.pom | |
ydb-sdk-examples-1.10.8.jar | 94 KB |
ydb-sdk-examples-1.10.8-sources.jar | 47 KB |
ydb-sdk-examples-1.10.8-javadoc.jar | 234 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yandex.ydb/ydb-sdk-examples/ -->
<dependency>
<groupId>com.yandex.ydb</groupId>
<artifactId>ydb-sdk-examples</artifactId>
<version>1.10.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.yandex.ydb/ydb-sdk-examples/
implementation 'com.yandex.ydb:ydb-sdk-examples:1.10.8'
// https://jarcasting.com/artifacts/com.yandex.ydb/ydb-sdk-examples/
implementation ("com.yandex.ydb:ydb-sdk-examples:1.10.8")
'com.yandex.ydb:ydb-sdk-examples:jar:1.10.8'
<dependency org="com.yandex.ydb" name="ydb-sdk-examples" rev="1.10.8">
<artifact name="ydb-sdk-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yandex.ydb', module='ydb-sdk-examples', version='1.10.8')
)
libraryDependencies += "com.yandex.ydb" % "ydb-sdk-examples" % "1.10.8"
[com.yandex.ydb/ydb-sdk-examples "1.10.8"]
Group / Artifact | Type | Version |
---|---|---|
com.yandex.ydb : ydb-sdk-table | jar | 1.10.8 |
com.yandex.ydb : ydb-sdk-auth-iam | jar | 1.10.8 |
com.beust : jcommander | jar | 1.72 |
com.yandex.cloud : java-sdk-auth | jar | 2.0.0 |
org.slf4j : slf4j-api | jar | 1.7.33 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.testcontainers : testcontainers | jar | 1.15.2 |