Download protostuff-parser-2.1.15.jar file - Jar p

Jar examples for p:protostuff-parser

Description

parser for .proto files

You can download jar file protostuff-parser 2.1.15 in this page.

Build File

You can use the following script to add protostuff-parser-2.1.15.jar to your project.

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

Download

Click the following link to download the jar file.

protostuff-parser-2.1.15-javadoc.jar
protostuff-parser-2.1.15-sources.jar
protostuff-parser-2.1.15.jar
protostuff-parser-2.1.15.pom



Related Tutorials