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

Jar examples for p:protostuff-compiler

Description

compiler for .proto files (java/gwt/etc output)

You can download jar file protostuff-compiler 1.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

protostuff-compiler-1.0.1-javadoc.jar
protostuff-compiler-1.0.1-sources.jar
protostuff-compiler-1.0.1.jar
protostuff-compiler-1.0.1.pom



Related Tutorials