Download msa-rpc-common-1.0.1.jar file - Jar m

Jar examples for m:msa-rpc-common

Description

Lightweight RPC communication framework based on netty and protostuff.

You can download jar file msa-rpc-common 1.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add msa-rpc-common-1.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

msa-rpc-common-1.0.1-javadoc.jar
msa-rpc-common-1.0.1-sources.jar
msa-rpc-common-1.0.1.jar
msa-rpc-common-1.0.1.pom



Related Tutorials