MVN

com.github.os72 : protoc-jar-maven-plugin-build

Maven & Gradle

Jun 12, 2014
240 stars

protoc-jar-maven-plugin-build · Protocol Buffers codegen plugin - based on protoc-jar executable JAR

<dependency>
    <groupId>com.github.os72</groupId>
    <artifactId>protoc-jar-maven-plugin-build</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.os72 : protoc-jar-maven-plugin-build to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.github.os72 : protoc-jar-maven-plugin-build to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
protoc-jar-maven-plugin-build-1.1
1.0
protoc-jar-maven-plugin-build-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.os72</groupId>
    <artifactId>protoc-jar-maven-plugin-build</artifactId>
    <version>1.1</version>
</dependency>

Advertisement