is not current version
Last Version 1.5.1

io.github.pseudomuto:protoc-gen-doc v1.5.1

This is a documentation generator plugin for the Google Protocol Buffers compiler (protoc). The plugin can generate HTML, JSON, DocBook, and Markdown documentation from comments in your .proto files.

GroupId

GroupId

io.github.pseudomuto
ArtifactId

ArtifactId

protoc-gen-doc
Version

Version

v1.5.1
Type

Type

pom

Download protoc-gen-doc v1.5.1


<!-- https://jarcasting.com/artifacts/io.github.pseudomuto/protoc-gen-doc/ -->
<dependency>
    <groupId>io.github.pseudomuto</groupId>
    <artifactId>protoc-gen-doc</artifactId>
    <version>v1.5.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pseudomuto/protoc-gen-doc/
implementation 'io.github.pseudomuto:protoc-gen-doc:v1.5.1'
// https://jarcasting.com/artifacts/io.github.pseudomuto/protoc-gen-doc/
implementation ("io.github.pseudomuto:protoc-gen-doc:v1.5.1")
'io.github.pseudomuto:protoc-gen-doc:pom:v1.5.1'
<dependency org="io.github.pseudomuto" name="protoc-gen-doc" rev="v1.5.1">
  <artifact name="protoc-gen-doc" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.pseudomuto', module='protoc-gen-doc', version='v1.5.1')
)
libraryDependencies += "io.github.pseudomuto" % "protoc-gen-doc" % "v1.5.1"
[io.github.pseudomuto/protoc-gen-doc "v1.5.1"]