Download hawtbuf-proto-1.9.jar file - Jar h

Jar examples for h:hawtbuf-proto

Description

A Simpler Protocol Buffer Java API. Includes a Proto to Java compiler.

You can download jar file hawtbuf-proto 1.9 in this page.

License

Apache License

Build File

You can use the following script to add hawtbuf-proto-1.9.jar to your project.

<dependency>
   <groupId>org.fusesource.hawtbuf</groupId>
   <artifactId>hawtbuf-proto</artifactId>
   <version>1.9</version>
</dependency>
compile group: 'org.fusesource.hawtbuf', name: 'hawtbuf-proto', version: '1.9'
libraryDependencies += "org.fusesource.hawtbuf" % "hawtbuf-proto" % "1.9"
<dependency org="org.fusesource.hawtbuf" name="hawtbuf-proto" rev="1.9"/>
@Grapes(@Grab(group='org.fusesource.hawtbuf', module='hawtbuf-proto', version='1.9'))
'org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9'

Download

Click the following link to download the jar file.

hawtbuf-proto-1.9-javadoc.jar
hawtbuf-proto-1.9-sources.jar
hawtbuf-proto-1.9.jar
hawtbuf-proto-1.9.pom



Related Tutorials