Download jk-remote-reflection-0.0.5.jar file - Jar j

Jar examples for j:jk-remote-reflection

Description

Remote Reflection API is utility API which make it easier for calling remote method on remote JVM without the need for any special configurations, and without any contract between the applications.

You can download jar file jk-remote-reflection 0.0.5 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add jk-remote-reflection-0.0.5.jar to your project.

<dependency>
   <groupId>com.jalalkiswani</groupId>
   <artifactId>jk-remote-reflection</artifactId>
   <version>0.0.5</version>
</dependency>
compile group: 'com.jalalkiswani', name: 'jk-remote-reflection', version: '0.0.5'
libraryDependencies += "com.jalalkiswani" % "jk-remote-reflection" % "0.0.5"
<dependency org="com.jalalkiswani" name="jk-remote-reflection" rev="0.0.5"/>
@Grapes(@Grab(group='com.jalalkiswani', module='jk-remote-reflection', version='0.0.5'))
'com.jalalkiswani:jk-remote-reflection:jar:0.0.5'

Download

Click the following link to download the jar file.

jk-remote-reflection-0.0.5-javadoc.jar
jk-remote-reflection-0.0.5-sources.jar
jk-remote-reflection-0.0.5.jar
jk-remote-reflection-0.0.5.pom



Related Tutorials