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