MVN

com.hubspot.maven.plugins : protoc-bundled-plugin

Maven & Gradle

Feb 14, 2018
4 stars

protoc-bundled-plugin -- Batteries included Maven Protobuf compiler Plugin

<plugin>
    <groupId>com.hubspot.maven.plugins</groupId>
    <artifactId>protoc-bundled-plugin</artifactId>
    <version>1.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hubspot.maven.plugins : protoc-bundled-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of com.hubspot.maven.plugins : protoc-bundled-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4
protoc-bundled-plugin-1.4

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.hubspot.maven.plugins</groupId>
    <artifactId>protoc-bundled-plugin</artifactId>
    <version>1.4</version>
</plugin>