Download protobuf-java-util-3.0.0-beta-3.jar file - Jar p

Jar examples for p:protobuf-java-util

Description

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

You can download jar file protobuf-java-util 3.0.0-beta-3 in this page.

License

New BSD license

Build File

You can use the following script to add protobuf-java-util-3.0.0-beta-3.jar to your project.

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

Download

Click the following link to download the jar file.

protobuf-java-util-3.0.0-beta-3.jar
protobuf-java-util-3.0.0-beta-3.pom



Related Tutorials