License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdcom.yandex.ydb |
ArtifactId | ArtifactIdydb-sdk-jdbc |
Version | Version1.10.3 |
Type | Typejar |
Description |
DescriptionJDBC client implementation over Table client
JDBC client implementation over Table client
|
Filename | Size |
---|---|
ydb-sdk-jdbc-1.10.3.pom | |
ydb-sdk-jdbc-1.10.3.jar | 219 KB |
ydb-sdk-jdbc-1.10.3-sources.jar | 88 KB |
ydb-sdk-jdbc-1.10.3-javadoc.jar | 519 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yandex.ydb/ydb-sdk-jdbc/ -->
<dependency>
<groupId>com.yandex.ydb</groupId>
<artifactId>ydb-sdk-jdbc</artifactId>
<version>1.10.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.yandex.ydb/ydb-sdk-jdbc/
implementation 'com.yandex.ydb:ydb-sdk-jdbc:1.10.3'
// https://jarcasting.com/artifacts/com.yandex.ydb/ydb-sdk-jdbc/
implementation ("com.yandex.ydb:ydb-sdk-jdbc:1.10.3")
'com.yandex.ydb:ydb-sdk-jdbc:jar:1.10.3'
<dependency org="com.yandex.ydb" name="ydb-sdk-jdbc" rev="1.10.3">
<artifact name="ydb-sdk-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yandex.ydb', module='ydb-sdk-jdbc', version='1.10.3')
)
libraryDependencies += "com.yandex.ydb" % "ydb-sdk-jdbc" % "1.10.3"
[com.yandex.ydb/ydb-sdk-jdbc "1.10.3"]
Group / Artifact | Type | Version |
---|---|---|
com.yandex.ydb : ydb-sdk-table | jar | 1.10.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.5.2 |
org.testcontainers : testcontainers | jar | 1.15.2 |