Download jprotobuf-rpc-common-1.4.jar file - Jar j

Jar examples for j:jprotobuf-rpc-common

Description

Common base library for RPC implementation usage.

You can download jar file jprotobuf-rpc-common 1.4 in this page.

License

Apache 2.0

Build File

You can use the following script to add jprotobuf-rpc-common-1.4.jar to your project.

<dependency>
   <groupId>com.baidu</groupId>
   <artifactId>jprotobuf-rpc-common</artifactId>
   <version>1.4</version>
</dependency>
compile group: 'com.baidu', name: 'jprotobuf-rpc-common', version: '1.4'
libraryDependencies += "com.baidu" % "jprotobuf-rpc-common" % "1.4"
<dependency org="com.baidu" name="jprotobuf-rpc-common" rev="1.4"/>
@Grapes(@Grab(group='com.baidu', module='jprotobuf-rpc-common', version='1.4'))
'com.baidu:jprotobuf-rpc-common:jar:1.4'

Download

Click the following link to download the jar file.

jprotobuf-rpc-common-1.4-javadoc.jar
jprotobuf-rpc-common-1.4-sources.jar
jprotobuf-rpc-common-1.4.jar
jprotobuf-rpc-common-1.4.pom



Related Tutorials