| License | License | 
|---|---|
| GroupId | GroupIdcom.github.auties00 | 
| ArtifactId | ArtifactIdprotoc-parser | 
| Last Version | Last Version1.16 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionA modern implementation of protoc to generate java sources from protobuf schemas | 
| Filename | Size | 
|---|---|
| protoc-parser-1.16.pom | |
| protoc-parser-1.16.jar | 15 KB | 
| protoc-parser-1.16-sources.jar | 7 KB | 
| protoc-parser-1.16-javadoc.jar | 150 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.auties00/protoc-parser/ -->
<dependency>
    <groupId>com.github.auties00</groupId>
    <artifactId>protoc-parser</artifactId>
    <version>1.16</version>
</dependency>// https://jarcasting.com/artifacts/com.github.auties00/protoc-parser/
implementation 'com.github.auties00:protoc-parser:1.16'// https://jarcasting.com/artifacts/com.github.auties00/protoc-parser/
implementation ("com.github.auties00:protoc-parser:1.16")'com.github.auties00:protoc-parser:jar:1.16'<dependency org="com.github.auties00" name="protoc-parser" rev="1.16">
  <artifact name="protoc-parser" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.auties00', module='protoc-parser', version='1.16')
)libraryDependencies += "com.github.auties00" % "protoc-parser" % "1.16"[com.github.auties00/protoc-parser "1.16"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.google.guava : guava | jar | 31.1-jre | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |