Download protostuff-runtime-1.4.1.jar file - Jar p

Jar examples for p:protostuff-runtime

Description

protobuf serialization for pre-existing objects

You can download jar file protostuff-runtime 1.4.1 in this page.

Build File

You can use the following script to add protostuff-runtime-1.4.1.jar to your project.

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

Download

Click the following link to download the jar file.

protostuff-runtime-1.4.1-javadoc.jar
protostuff-runtime-1.4.1-sources.jar
protostuff-runtime-1.4.1-tests.jar
protostuff-runtime-1.4.1.jar
protostuff-runtime-1.4.1.pom



Related Tutorials