Download protobuf-java-3.5.1.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 3.5.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>net.spals.shaded</groupId>
   <artifactId>protobuf-java</artifactId>
   <version>3.5.1</version>
</dependency>
compile group: 'net.spals.shaded', name: 'protobuf-java', version: '3.5.1'
libraryDependencies += "net.spals.shaded" % "protobuf-java" % "3.5.1"
<dependency org="net.spals.shaded" name="protobuf-java" rev="3.5.1"/>
@Grapes(@Grab(group='net.spals.shaded', module='protobuf-java', version='3.5.1'))
'net.spals.shaded:protobuf-java:jar:3.5.1'

Download

Click the following link to download the jar file.

protobuf-java-3.5.1.jar
protobuf-java-3.5.1.pom



Related Tutorials