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