文件下载
文件名 操作
protobuf-dynamic-1.0.1.jar 下载
protobuf-dynamic-1.0.1.pom 下载
protobuf-dynamic-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.os72</groupId>
  <artifactId>protobuf-dynamic</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.os72:protobuf-dynamic:1.0.1'
Gradle Kotlin
implementation("com.github.os72:protobuf-dynamic:1.0.1")
Scala SBT
libraryDependencies += "com.github.os72" % "protobuf-dynamic" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.os72', module='protobuf-dynamic', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.os72" name="protobuf-dynamic" rev="1.0.1" />
Leiningen
[com.github.os72/protobuf-dynamic "1.0.1"]
Apache Buildr
'com.github.os72:protobuf-dynamic:jar:1.0.1'