MVN

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

Maven & Gradle

May 26, 2017
2 usages
4 stars

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

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

Latest Version

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

  • Latest Stable: 1.4.61

All Versions

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

  • Version Updated
  • protoc-bundled-plugin-1.4.61

    May 26, 2017
  • protoc-bundled-plugin-1.4.60

    Mar 15, 2017
  • protoc-bundled-plugin-1.4.59

    Jan 23, 2017
  • protoc-bundled-plugin-1.4.57

    Sep 12, 2016
  • protoc-bundled-plugin-1.4.56

    Aug 22, 2016
  • protoc-bundled-plugin-1.4.55

    Jun 13, 2016
  • protoc-bundled-plugin-1.4.53

    Apr 07, 2016
  • protoc-bundled-plugin-1.4.47

    Jun 18, 2014
  • protoc-bundled-plugin-1.4.46

    Jun 17, 2014
  • protoc-bundled-plugin-1.4.45

    Jun 16, 2014
  • protoc-bundled-plugin-1.4.44

    Jun 12, 2014

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