JK-RemoteReflection API

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.

GroupId

GroupId

com.jalalkiswani
ArtifactId

ArtifactId

jk-remote-reflection
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

JK-RemoteReflection API
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.

Download jk-remote-reflection

How to add to project

<!-- https://jarcasting.com/artifacts/com.jalalkiswani/jk-remote-reflection/ -->
<dependency>
    <groupId>com.jalalkiswani</groupId>
    <artifactId>jk-remote-reflection</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jalalkiswani/jk-remote-reflection/
implementation 'com.jalalkiswani:jk-remote-reflection:1.0.0'
// https://jarcasting.com/artifacts/com.jalalkiswani/jk-remote-reflection/
implementation ("com.jalalkiswani:jk-remote-reflection:1.0.0")
'com.jalalkiswani:jk-remote-reflection:jar:1.0.0'
<dependency org="com.jalalkiswani" name="jk-remote-reflection" rev="1.0.0">
  <artifact name="jk-remote-reflection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jalalkiswani', module='jk-remote-reflection', version='1.0.0')
)
libraryDependencies += "com.jalalkiswani" % "jk-remote-reflection" % "1.0.0"
[com.jalalkiswani/jk-remote-reflection "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
junit : junit jar 4.12
com.jalalkiswani : jk-util jar 1.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.0.5
0.0.1