MVN

org.fusesource.hawtbuf : hawtbuf-protoc

Maven & Gradle

Jun 20, 2014
1 usages

HawtBuf Protoc: A protobuf compiler as a maven plugin

<plugin>
    <groupId>org.fusesource.hawtbuf</groupId>
    <artifactId>hawtbuf-protoc</artifactId>
    <version>1.11</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fusesource.hawtbuf : hawtbuf-protoc to add to Maven - Latest Versions:

  • Latest Stable: 1.11

All Versions

Choose a version of org.fusesource.hawtbuf : hawtbuf-protoc to add to Maven - All Versions:

Version Vulnerabilities Updated
1.11
hawtbuf-protoc-1.11
1.10
hawtbuf-protoc-1.10
1.9
hawtbuf-protoc-1.9
1.8
hawtbuf-protoc-1.8
1.7
hawtbuf-protoc-1.7
1.6
hawtbuf-protoc-1.6
1.5
hawtbuf-protoc-1.5
1.4
hawtbuf-protoc-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>org.fusesource.hawtbuf</groupId>
    <artifactId>hawtbuf-protoc</artifactId>
    <version>1.11</version>
</plugin>

Advertisement