GroupId | GroupIdio.github.pseudomuto |
---|---|
ArtifactId | ArtifactIdprotoc-gen-doc |
Version | Versionv1.5.1 |
Type | Typepom |
<!-- 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"]