Jar examples for p:protobuf-java
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.4.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add protobuf-java-3.4.0.jar to your project.
<dependency> <groupId>net.spals.shaded</groupId> <artifactId>protobuf-java</artifactId> <version>3.4.0</version> </dependency>
compile group: 'net.spals.shaded', name: 'protobuf-java', version: '3.4.0'
libraryDependencies += "net.spals.shaded" % "protobuf-java" % "3.4.0"
<dependency org="net.spals.shaded" name="protobuf-java" rev="3.4.0"/>
@Grapes(@Grab(group='net.spals.shaded', module='protobuf-java', version='3.4.0'))
'net.spals.shaded:protobuf-java:jar:3.4.0'
Click the following link to download the jar file.
protobuf-java-3.4.0.jar