MVN

io.chandler : protobuf-parent

Maven & Gradle

May 14, 2021
0 stars

Protocol Buffers [Parent] · Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. This fork removes optimization features that cause incompatibility with the TeaVM runtime.

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

Latest Version

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

  • Latest Stable: 3.7.1-teavm2

All Versions

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

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement