MVN

build.buf : protobuf-javalite

Maven & Gradle

Aug 26, 2023

protobuf-javalite supplement for use with official protobuf-javalite artifact · protobuf-javalite contains additional generated classes for use with the Protobuf Java Lite runtime.

<dependency>
    <groupId>build.buf</groupId>
    <artifactId>protobuf-javalite</artifactId>
    <version>3.24.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of build.buf : protobuf-javalite to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.24.2

All Versions

Choose a version of build.buf : protobuf-javalite to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.24.x
protobuf-javalite-3.24.2
protobuf-javalite-3.24.1
protobuf-javalite-3.24.0
3.23.x
protobuf-javalite-3.23.4
protobuf-javalite-3.23.3
protobuf-javalite-3.23.2
protobuf-javalite-3.23.1
protobuf-javalite-3.23.0
3.22.x
protobuf-javalite-3.22.4
protobuf-javalite-3.22.3.1
protobuf-javalite-3.22.3
protobuf-javalite-3.22.2.1
protobuf-javalite-3.22.2

How to add a dependency to Maven

Add the following build.buf : protobuf-javalite maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>build.buf</groupId>
    <artifactId>protobuf-javalite</artifactId>
    <version>3.24.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following build.buf : protobuf-javalite gradle dependency to your build.gradle file:

implementation 'build.buf:protobuf-javalite:3.24.2'

Gradle Kotlin DSL: Add the following build.buf : protobuf-javalite gradle kotlin dependency to your build.gradle.kts file:

implementation("build.buf:protobuf-javalite:3.24.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following build.buf : protobuf-javalite sbt scala dependency to your build.sbt file:

libraryDependencies += "build.buf" % "protobuf-javalite" % "3.24.2"