p

protostuff-model

An object model from the code generated by protoc(objects using the builder pattern). This acts as a "message descriptor" at runtime(especially for LITE_RUNTIME) ... which can also be used to generate code for other formats. This also provides runtime accessors for the fields of a message via reflection.
文件下载
文件名 操作
protostuff-model-1.0.9.jar 下载
protostuff-model-1.0.9.pom 下载
protostuff-model-1.0.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.dyuproject.protostuff</groupId>
  <artifactId>protostuff-model</artifactId>
  <version>1.0.9</version>
</dependency>
Gradle Groovy
implementation 'com.dyuproject.protostuff:protostuff-model:1.0.9'
Gradle Kotlin
implementation("com.dyuproject.protostuff:protostuff-model:1.0.9")
Scala SBT
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-model" % "1.0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.dyuproject.protostuff', module='protostuff-model', version='1.0.9')
)
Apache Ivy
<dependency org="com.dyuproject.protostuff" name="protostuff-model" rev="1.0.9" />
Leiningen
[com.dyuproject.protostuff/protostuff-model "1.0.9"]
Apache Buildr
'com.dyuproject.protostuff:protostuff-model:jar:1.0.9'