MVN

io.github.openvega : protobuf

Maven & Gradle

Jan 09, 2023
0 stars

Google Protobuf Library · Protocol Buffers Google's Data Interchange Format

<dependency>
    <groupId>io.github.openvega</groupId>
    <artifactId>protobuf</artifactId>
    <version>3.21.12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.openvega : protobuf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.21.12.0

All Versions

Choose a version of io.github.openvega : protobuf to add to Maven or Gradle - All Versions:

  • Version Updated
  • protobuf-3.21.12.0

    Jan 09, 2023
  • protobuf-3.5.2.1

    Jul 05, 2021
  • protobuf-3.5.2.2019

    Jun 30, 2021
  • protobuf-3.5.2

    Dec 06, 2018

How to add a dependency to Maven

Add the following io.github.openvega : protobuf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.openvega</groupId>
    <artifactId>protobuf</artifactId>
    <version>3.21.12.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.openvega : protobuf gradle dependency to your build.gradle file:

implementation 'io.github.openvega:protobuf:3.21.12.0'

Gradle Kotlin DSL: Add the following io.github.openvega : protobuf gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.openvega:protobuf:3.21.12.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.openvega : protobuf sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.openvega" % "protobuf" % "3.21.12.0"

Advertisement