is not current version
Last Version 1.0.0

com.jalalkiswani:jk-remote-reflection 0.0.1

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
Version

Version

0.0.1
Type

Type

jar

Download jk-remote-reflection 0.0.1


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