<dependency> <groupId>com.github.os72</groupId> <artifactId>protoc-jar</artifactId> <version>3.11.4</version> </dependency>
implementation 'com.github.os72:protoc-jar:3.11.4'
implementation("com.github.os72:protoc-jar:3.11.4")
libraryDependencies += "com.github.os72" % "protoc-jar" % "3.11.4"
@Grapes( @Grab(group='com.github.os72', module='protoc-jar', version='3.11.4') )
<dependency org="com.github.os72" name="protoc-jar" rev="3.11.4" />
[com.github.os72/protoc-jar "3.11.4"]
'com.github.os72:protoc-jar:jar:3.11.4'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>
test
|-- junit:junit:4.12