Download protostuff-model-1.0.1.jar file - Jar p

Jar examples for p:protostuff-model

Description

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.1 in this page.

Build File

You can use the following script to add protostuff-model-1.0.1.jar to your project.

<dependency>
   <groupId>com.dyuproject.protostuff</groupId>
   <artifactId>protostuff-model</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'com.dyuproject.protostuff', name: 'protostuff-model', version: '1.0.1'
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-model" % "1.0.1"
<dependency org="com.dyuproject.protostuff" name="protostuff-model" rev="1.0.1"/>
@Grapes(@Grab(group='com.dyuproject.protostuff', module='protostuff-model', version='1.0.1'))
'com.dyuproject.protostuff:protostuff-model:jar:1.0.1'

Download

Click the following link to download the jar file.

protostuff-model-1.0.1-javadoc.jar
protostuff-model-1.0.1-sources.jar
protostuff-model-1.0.1-tests.jar
protostuff-model-1.0.1.jar
protostuff-model-1.0.1.pom



Related Tutorials