GroupId | GroupIdcom.jalalkiswani |
---|---|
ArtifactId | ArtifactIdjk-remote-reflection |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJK-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.
|
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.jalalkiswani : jk-util | jar | 1.0.0 |