License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdcom.yandex.ydb |
ArtifactId | ArtifactIdydb-sdk-core |
Version | Version1.9.2 |
Type | Typejar |
Description |
DescriptionCore module of Java SDK for Yandex Database (YDB)
Core module of Java SDK for Yandex Database (YDB)
|
Filename | Size |
---|---|
ydb-sdk-core-1.9.2.pom | |
ydb-sdk-core-1.9.2.jar | 112 KB |
ydb-sdk-core-1.9.2-sources.jar | 50 KB |
ydb-sdk-core-1.9.2-javadoc.jar | 201 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yandex.ydb/ydb-sdk-core/ -->
<dependency>
<groupId>com.yandex.ydb</groupId>
<artifactId>ydb-sdk-core</artifactId>
<version>1.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yandex.ydb/ydb-sdk-core/
implementation 'com.yandex.ydb:ydb-sdk-core:1.9.2'
// https://jarcasting.com/artifacts/com.yandex.ydb/ydb-sdk-core/
implementation ("com.yandex.ydb:ydb-sdk-core:1.9.2")
'com.yandex.ydb:ydb-sdk-core:jar:1.9.2'
<dependency org="com.yandex.ydb" name="ydb-sdk-core" rev="1.9.2">
<artifact name="ydb-sdk-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yandex.ydb', module='ydb-sdk-core', version='1.9.2')
)
libraryDependencies += "com.yandex.ydb" % "ydb-sdk-core" % "1.9.2"
[com.yandex.ydb/ydb-sdk-core "1.9.2"]
Group / Artifact | Type | Version |
---|---|---|
com.yandex.ydb : ydb-sdk-proto | jar | 1.9.2 |
com.google.protobuf : protobuf-java | jar | 3.15.6 |
io.grpc : grpc-netty | jar | 1.26.0 |
org.slf4j : slf4j-api | jar | 1.7.28 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |