MVN

io.chandler : protobuf-bom

Maven & Gradle

May 14, 2021
1 usages
0 stars

Protocol Buffers [BOM] · A compatible set of open source libraries for working with protocol buffers. This fork removes optimization features that cause incompatibility with the TeaVM runtime.

<dependency>
    <groupId>io.chandler</groupId>
    <artifactId>protobuf-bom</artifactId>
    <version>3.7.1-teavm2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.chandler : protobuf-bom to add to Maven - Latest Versions:

  • Latest Stable: 3.7.1-teavm2

All Versions

Choose a version of io.chandler : protobuf-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
3.7.x
protobuf-bom-3.7.1-teavm2
protobuf-bom-3.7.1-teavm1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.chandler</groupId>
    <artifactId>protobuf-bom</artifactId>
    <version>3.7.1-teavm2</version>
</dependency>

Advertisement