License |
License |
---|---|
GroupId | GroupIdio.github.pseudomuto |
ArtifactId | ArtifactIdprotoc-gen-doc |
Version | Version1.5.1 |
Type | Typepom |
Description |
Descriptionio.github.pseudomuto:protoc-gen-doc
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.pseudomuto/protoc-gen-doc/ -->
<dependency>
<groupId>io.github.pseudomuto</groupId>
<artifactId>protoc-gen-doc</artifactId>
<version>1.5.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pseudomuto/protoc-gen-doc/
implementation 'io.github.pseudomuto:protoc-gen-doc:1.5.1'
// https://jarcasting.com/artifacts/io.github.pseudomuto/protoc-gen-doc/
implementation ("io.github.pseudomuto:protoc-gen-doc:1.5.1")
'io.github.pseudomuto:protoc-gen-doc:pom:1.5.1'
<dependency org="io.github.pseudomuto" name="protoc-gen-doc" rev="1.5.1">
<artifact name="protoc-gen-doc" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.pseudomuto', module='protoc-gen-doc', version='1.5.1')
)
libraryDependencies += "io.github.pseudomuto" % "protoc-gen-doc" % "1.5.1"
[io.github.pseudomuto/protoc-gen-doc "1.5.1"]