An open API service indexing awesome lists of open source software.

https://github.com/ydb-platform/ydb-java-genproto


https://github.com/ydb-platform/ydb-java-genproto

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

          

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/ydb-platform/ydb-java-genproto/blob/master/LICENSE)
[![Maven metadata URL](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Ftech%2Fydb%2Fydb-proto-api%2Fmaven-metadata.xml)](https://mvnrepository.com/artifact/tech.ydb/ydb-proto-api)
[![Build](https://img.shields.io/github/actions/workflow/status/ydb-platform/ydb-java-genproto/build.yaml)](https://github.com/ydb-platform/ydb-java-genproto/actions/workflows/build.yaml)

## YDB Java Protobuf api

Project includes code generation from YDB protos

#### Minimum requirements ####

To use YDB Java Protobuf you will need **Java 1.8+**.

#### Usage
The recommended way to use the YDB Java Protobuf in your project is to consume it from Maven.
Specify the YDB Java Protobuf module in the dependencies:

```xml

tech.ydb
ydb-proto-api
1.9.4

```