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