MVN

tech.ydb : ydb-proto-api

Maven & Gradle

Jul 10, 2023
0 stars

YDB Java Protocol Buffers IDL · Generated from Protocol Buffers IDL Java sources

<dependency>
    <groupId>tech.ydb</groupId>
    <artifactId>ydb-proto-api</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.ydb : ydb-proto-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1

All Versions

Choose a version of tech.ydb : ydb-proto-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
ydb-proto-api-1.4.1
ydb-proto-api-1.4.0
1.3.x
ydb-proto-api-1.3.3
ydb-proto-api-1.3.2
ydb-proto-api-1.3.1
ydb-proto-api-1.3.0
1.2.x
ydb-proto-api-1.2.2

How to add a dependency to Maven

Add the following tech.ydb : ydb-proto-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.ydb</groupId>
    <artifactId>ydb-proto-api</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.ydb : ydb-proto-api gradle dependency to your build.gradle file:

implementation 'tech.ydb:ydb-proto-api:1.4.1'

Gradle Kotlin DSL: Add the following tech.ydb : ydb-proto-api gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.ydb:ydb-proto-api:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.ydb : ydb-proto-api sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.ydb" % "ydb-proto-api" % "1.4.1"