https://github.com/ydb-platform/ydb-java-genproto
https://github.com/ydb-platform/ydb-java-genproto
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ydb-platform/ydb-java-genproto
- Owner: ydb-platform
- License: apache-2.0
- Created: 2022-05-18T12:53:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2026-03-31T12:19:41.000Z (2 months ago)
- Last Synced: 2026-03-31T14:34:13.244Z (2 months ago)
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/ydb-platform/ydb-java-genproto/blob/master/LICENSE)
[](https://mvnrepository.com/artifact/tech.ydb/ydb-proto-api)
[](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
```