is not current version
Last Version 1.1

com.github.os72:protoc-jar-maven-plugin-build 1.0

Protocol Buffers codegen plugin - based on protoc-jar executable JAR

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.os72
ArtifactId

ArtifactId

protoc-jar-maven-plugin-build
Version

Version

1.0
Type

Type

pom

Download protoc-jar-maven-plugin-build 1.0


<!-- https://jarcasting.com/artifacts/com.github.os72/protoc-jar-maven-plugin-build/ -->
<dependency>
    <groupId>com.github.os72</groupId>
    <artifactId>protoc-jar-maven-plugin-build</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.os72/protoc-jar-maven-plugin-build/
implementation 'com.github.os72:protoc-jar-maven-plugin-build:1.0'
// https://jarcasting.com/artifacts/com.github.os72/protoc-jar-maven-plugin-build/
implementation ("com.github.os72:protoc-jar-maven-plugin-build:1.0")
'com.github.os72:protoc-jar-maven-plugin-build:pom:1.0'
<dependency org="com.github.os72" name="protoc-jar-maven-plugin-build" rev="1.0">
  <artifact name="protoc-jar-maven-plugin-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.os72', module='protoc-jar-maven-plugin-build', version='1.0')
)
libraryDependencies += "com.github.os72" % "protoc-jar-maven-plugin-build" % "1.0"
[com.github.os72/protoc-jar-maven-plugin-build "1.0"]