MVN

net.dongliu.prettypb : maven-protoc-plugin

Maven & Gradle

Sep 24, 2014

Prettypb Maven Protoc Plugin

<plugin>
    <groupId>net.dongliu.prettypb</groupId>
    <artifactId>maven-protoc-plugin</artifactId>
    <version>0.3.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.dongliu.prettypb : maven-protoc-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.3.4

All Versions

Choose a version of net.dongliu.prettypb : maven-protoc-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
maven-protoc-plugin-0.3.4
maven-protoc-plugin-0.3.3
maven-protoc-plugin-0.3.2
maven-protoc-plugin-0.3.1
maven-protoc-plugin-0.3.0
0.2
maven-protoc-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>net.dongliu.prettypb</groupId>
    <artifactId>maven-protoc-plugin</artifactId>
    <version>0.3.4</version>
</plugin>