Jar examples for 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.
You can download jar file protostuff-model 1.0.7 in this page.
You can use the following script to add protostuff-model-1.0.7.jar to your project.
<dependency> <groupId>com.dyuproject.protostuff</groupId> <artifactId>protostuff-model</artifactId> <version>1.0.7</version> </dependency>
compile group: 'com.dyuproject.protostuff', name: 'protostuff-model', version: '1.0.7'
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-model" % "1.0.7"
<dependency org="com.dyuproject.protostuff" name="protostuff-model" rev="1.0.7"/>
@Grapes(@Grab(group='com.dyuproject.protostuff', module='protostuff-model', version='1.0.7'))
'com.dyuproject.protostuff:protostuff-model:jar:1.0.7'
Click the following link to download the jar file.
protostuff-model-1.0.7-javadoc.jar