Registry / build-tool / protoc-jar

protoc-jar

JSON →
library3.11.4javamavenunverified

Protocol Buffers compiler executable JAR and API for Java projects.

<dependency> <groupId>com.github.os72</groupId> <artifactId>protoc-jar</artifactId> <version>3.11.4</version> </dependency>
INSTALL
IMPORT
SIG · PROTOC-JAR
P
protoc-jar
build-tooljavav3.11.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Protoc
✓ com.github.os72.protocjar.Protoc

Run the protoc compiler from Java.

import com.github.os72.protocjar.Protoc; public class Example { public static void main(String[] args) throws Exception { Protoc.runProtoc(new String[]{"--version"}); } }
Debug
Known issues
gotchaVersion 3.11.4 may not support newer protobuf features; consider using protoc-jar-maven-plugin for integration.
fix
Use com.github.os72:protoc-jar:3.11.4 or upgrade to a newer version if needed.
affects: <=3.11.4
Upgrade
Version history
3.11.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
protoc-jar — mvn dependency:get protoc-jar · libregistry