MVN

com.github.igor-petruk.protobuf : protobuf-maven-plugin

Maven & Gradle

Dec 14, 2014
41 stars

Maven Protobuf Plugin · Maven Plugin to compile Google Protobuf Messsage files

<plugin>
    <groupId>com.github.igor-petruk.protobuf</groupId>
    <artifactId>protobuf-maven-plugin</artifactId>
    <version>0.6.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.igor-petruk.protobuf : protobuf-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.6.5

All Versions

Choose a version of com.github.igor-petruk.protobuf : protobuf-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.6.x
protobuf-maven-plugin-0.6.5
protobuf-maven-plugin-0.6.4
protobuf-maven-plugin-0.6.3
protobuf-maven-plugin-0.6.2
protobuf-maven-plugin-0.6.1
0.6
protobuf-maven-plugin-0.6
0.5.x
protobuf-maven-plugin-0.5.2
protobuf-maven-plugin-0.5.1
0.5
protobuf-maven-plugin-0.5
0.4
protobuf-maven-plugin-0.4
0.3
protobuf-maven-plugin-0.3
0.2
protobuf-maven-plugin-0.2

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.igor-petruk.protobuf</groupId>
    <artifactId>protobuf-maven-plugin</artifactId>
    <version>0.6.5</version>
</plugin>