All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download ydb-sdk-core JAR 2.2.8 with all dependencies


Core module of Java SDK for YDB

Files of the artifact ydb-sdk-core version 2.2.8 from the group tech.ydb.

Artifact ydb-sdk-core
Group tech.ydb
Version 2.2.8
Last update 09. August 2024
Tags: core java module
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies ydb-proto-api, ydb-auth-api, slf4j-api, gson,
There are maybe transitive dependencies!
There is a newer version: 2.3.0
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of ydb-sdk-core Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of ydb-sdk-core version 2.2.8

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.tech.ydb.ydb-sdk-core
META-INF.maven.tech.ydb.ydb-sdk-core.META-INF.maven.tech.ydb.ydb-sdk-core.pom.properties
META-INF.maven.tech.ydb.ydb-sdk-core.META-INF.maven.tech.ydb.ydb-sdk-core.pom.xml
certificates
certificates.certificates.YandexAllCAs.pkcs
tech.ydb.core
tech.ydb.core.tech.ydb.core.Constants
tech.ydb.core.tech.ydb.core.Issue
tech.ydb.core.tech.ydb.core.Result
tech.ydb.core.tech.ydb.core.Status
tech.ydb.core.tech.ydb.core.StatusCode
tech.ydb.core.tech.ydb.core.UnexpectedResultException
tech.ydb.core.auth
tech.ydb.core.auth.tech.ydb.core.auth.AuthIdentity
tech.ydb.core.auth.tech.ydb.core.auth.AuthProvider
tech.ydb.core.auth.tech.ydb.core.auth.AuthRpc
tech.ydb.core.auth.tech.ydb.core.auth.BackgroundIdentity
tech.ydb.core.auth.tech.ydb.core.auth.JwtUtils
tech.ydb.core.auth.tech.ydb.core.auth.NopAuthProvider
tech.ydb.core.auth.tech.ydb.core.auth.StaticCredentials
tech.ydb.core.auth.tech.ydb.core.auth.TokenAuthProvider
tech.ydb.core.grpc
tech.ydb.core.grpc.tech.ydb.core.grpc.BalancingSettings
tech.ydb.core.grpc.tech.ydb.core.grpc.GrpcCompression
tech.ydb.core.grpc.tech.ydb.core.grpc.GrpcReadStream
tech.ydb.core.grpc.tech.ydb.core.grpc.GrpcReadWriteStream
tech.ydb.core.grpc.tech.ydb.core.grpc.GrpcRequestSettings
tech.ydb.core.grpc.tech.ydb.core.grpc.GrpcStatuses
tech.ydb.core.grpc.tech.ydb.core.grpc.GrpcTransport
tech.ydb.core.grpc.tech.ydb.core.grpc.GrpcTransportBuilder
tech.ydb.core.grpc.tech.ydb.core.grpc.YdbHeaders
tech.ydb.core.impl
tech.ydb.core.impl.tech.ydb.core.impl.BaseGrpcTransport
tech.ydb.core.impl.tech.ydb.core.impl.FixedCallOptionsTransport
tech.ydb.core.impl.tech.ydb.core.impl.MultiChannelTransport
tech.ydb.core.impl.tech.ydb.core.impl.SingleChannelTransport
tech.ydb.core.impl.tech.ydb.core.impl.YdbDiscovery
tech.ydb.core.impl.tech.ydb.core.impl.YdbSchedulerFactory
tech.ydb.core.impl.tech.ydb.core.impl.YdbTransportImpl
tech.ydb.core.impl.auth
tech.ydb.core.impl.auth.tech.ydb.core.impl.auth.AuthCallOptions
tech.ydb.core.impl.auth.tech.ydb.core.impl.auth.GrpcAuthRpc
tech.ydb.core.impl.auth.tech.ydb.core.impl.auth.YdbCallCredentials
tech.ydb.core.impl.call
tech.ydb.core.impl.call.tech.ydb.core.impl.call.EmptyStream
tech.ydb.core.impl.call.tech.ydb.core.impl.call.GrpcStatusHandler
tech.ydb.core.impl.call.tech.ydb.core.impl.call.ProxyReadStream
tech.ydb.core.impl.call.tech.ydb.core.impl.call.ReadStreamCall
tech.ydb.core.impl.call.tech.ydb.core.impl.call.ReadWriteStreamCall
tech.ydb.core.impl.call.tech.ydb.core.impl.call.UnaryCall
tech.ydb.core.impl.pool
tech.ydb.core.impl.pool.tech.ydb.core.impl.pool.DefaultChannelFactory
tech.ydb.core.impl.pool.tech.ydb.core.impl.pool.EndpointPool
tech.ydb.core.impl.pool.tech.ydb.core.impl.pool.EndpointRecord
tech.ydb.core.impl.pool.tech.ydb.core.impl.pool.GrpcChannel
tech.ydb.core.impl.pool.tech.ydb.core.impl.pool.GrpcChannelPool
tech.ydb.core.impl.pool.tech.ydb.core.impl.pool.ManagedChannelFactory
tech.ydb.core.impl.pool.tech.ydb.core.impl.pool.NettyChannelFactory
tech.ydb.core.impl.pool.tech.ydb.core.impl.pool.PriorityPicker
tech.ydb.core.operation
tech.ydb.core.operation.tech.ydb.core.operation.AsyncOperation
tech.ydb.core.operation.tech.ydb.core.operation.FailedOperation
tech.ydb.core.operation.tech.ydb.core.operation.Operation
tech.ydb.core.operation.tech.ydb.core.operation.OperationBinder
tech.ydb.core.operation.tech.ydb.core.operation.OperationImpl
tech.ydb.core.operation.tech.ydb.core.operation.OperationTray
tech.ydb.core.operation.tech.ydb.core.operation.StatusExtractor
tech.ydb.core.operation.tech.ydb.core.operation.StatusMapper
tech.ydb.core.settings
tech.ydb.core.settings.tech.ydb.core.settings.BaseRequestSettings
tech.ydb.core.settings.tech.ydb.core.settings.OperationSettings
tech.ydb.core.ssl
tech.ydb.core.ssl.tech.ydb.core.ssl.MultiX509TrustManager
tech.ydb.core.ssl.tech.ydb.core.ssl.X509TrustManagerWrapper
tech.ydb.core.ssl.tech.ydb.core.ssl.YandexTrustManagerFactory
tech.ydb.core.ssl.tech.ydb.core.ssl.YandexTrustManagersProvider
tech.ydb.core.utils
tech.ydb.core.utils.tech.ydb.core.utils.Async
tech.ydb.core.utils.tech.ydb.core.utils.ProtobufUtils
tech.ydb.core.utils.tech.ydb.core.utils.Results
tech.ydb.core.utils.tech.ydb.core.utils.URITools
tech.ydb.core.utils.tech.ydb.core.utils.Version
.ydb_sdk_version.properties




© 2015 - 2024 Weber Informatics LLC | Privacy Policy