MVN

com.github.auties00 : protobuf

Maven & Gradle

May 27, 2023
12 stars

com.github.auties00:protobuf · A modern implementation of protoc to generate java sources from protobuf schemas

<dependency>
    <groupId>com.github.auties00</groupId>
    <artifactId>protobuf</artifactId>
    <version>2.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.auties00 : protobuf to add to Maven - Latest Versions:

  • Latest Stable: 2.0.5

All Versions

Choose a version of com.github.auties00 : protobuf to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
protobuf-2.0.5
protobuf-2.0.4
protobuf-2.0.3
protobuf-2.0.2
protobuf-2.0.1
2.0
protobuf-2.0
1.22
protobuf-1.22
1.21
protobuf-1.21
1.20
protobuf-1.20
1.19
protobuf-1.19
1.18
protobuf-1.18
1.17
protobuf-1.17

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.auties00</groupId>
    <artifactId>protobuf</artifactId>
    <version>2.0.5</version>
</dependency>