Download protobuf-java-2.4.0a.jar file - Jar p

Jar examples for p:protobuf-java

Description

Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.

You can download jar file protobuf-java 2.4.0a in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add protobuf-java-2.4.0a.jar to your project.

<dependency>
   <groupId>com.google.protobuf</groupId>
   <artifactId>protobuf-java</artifactId>
   <version>2.4.0a</version>
</dependency>
compile group: 'com.google.protobuf', name: 'protobuf-java', version: '2.4.0a'
libraryDependencies += "com.google.protobuf" % "protobuf-java" % "2.4.0a"
<dependency org="com.google.protobuf" name="protobuf-java" rev="2.4.0a"/>
@Grapes(@Grab(group='com.google.protobuf', module='protobuf-java', version='2.4.0a'))
'com.google.protobuf:protobuf-java:jar:2.4.0a'

Download

Click the following link to download the jar file.

protobuf-java-2.4.0a-javadoc.jar
protobuf-java-2.4.0a-sources.jar
protobuf-java-2.4.0a.jar
protobuf-java-2.4.0a.pom



Related Tutorials