Jar examples for j:jk-remote-reflection
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.
Apache License, Version 2.0
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'
Click the following link to download the jar file.
jk-remote-reflection-0.0.5-javadoc.jar