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.0.0-alpha-2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add protobuf-java-3.0.0-alpha-2.jar to your project.
<dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <version>3.0.0-alpha-2</version> </dependency>
compile group: 'com.google.protobuf', name: 'protobuf-java', version: '3.0.0-alpha-2'
libraryDependencies += "com.google.protobuf" % "protobuf-java" % "3.0.0-alpha-2"
<dependency org="com.google.protobuf" name="protobuf-java" rev="3.0.0-alpha-2"/>
@Grapes(@Grab(group='com.google.protobuf', module='protobuf-java', version='3.0.0-alpha-2'))
'com.google.protobuf:protobuf-java:jar:3.0.0-alpha-2'
Click the following link to download the jar file.
protobuf-java-3.0.0-alpha-2-javadoc.jar