MVN

build.buf : buf

Maven & Gradle

Aug 09, 2023

buf CLI · The buf CLI is a tool for working with Protocol Buffers.

<dependency>
    <groupId>build.buf</groupId>
    <artifactId>buf</artifactId>
    <version>1.26.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of build.buf : buf to add to Maven - Latest Versions:

  • Latest Stable: 1.26.1

All Versions

Choose a version of build.buf : buf to add to Maven - All Versions:

Version Vulnerabilities Updated
1.26.x
buf-1.26.1
1.25.x
buf-1.25.3
buf-1.25.2
buf-1.25.1
buf-1.25.0
1.24.x
buf-1.24.0
1.23.x
buf-1.23.1
buf-1.23.0
1.22.x
buf-1.22.0
1.21.x
buf-1.21.1
buf-1.21.0
1.20.x
buf-1.20.1
buf-1.20.0
1.19.x
buf-1.19.0
1.18.x
buf-1.18.0
1.17.x
buf-1.17.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>build.buf</groupId>
    <artifactId>buf</artifactId>
    <version>1.26.1</version>
</dependency>