Download jrpc-core-2.3.0.jar file - Jar j

Jar examples for j:jrpc-core

Description

RPC protocol infrastructure.

You can download jar file jrpc-core 2.3.0 in this page.

Build File

You can use the following script to add jrpc-core-2.3.0.jar to your project.

<dependency>
   <groupId>com.dinstone.jrpc</groupId>
   <artifactId>jrpc-core</artifactId>
   <version>2.3.0</version>
</dependency>
compile group: 'com.dinstone.jrpc', name: 'jrpc-core', version: '2.3.0'
libraryDependencies += "com.dinstone.jrpc" % "jrpc-core" % "2.3.0"
<dependency org="com.dinstone.jrpc" name="jrpc-core" rev="2.3.0"/>
@Grapes(@Grab(group='com.dinstone.jrpc', module='jrpc-core', version='2.3.0'))
'com.dinstone.jrpc:jrpc-core:jar:2.3.0'

Download

Click the following link to download the jar file.

jrpc-core-2.3.0-javadoc.jar
jrpc-core-2.3.0-sources.jar
jrpc-core-2.3.0.jar
jrpc-core-2.3.0.pom



Related Tutorials