is not current version
Last Version 3.0.4

org.refcodes:refcodes-remoting 3.0.3

Artifact with proxy functionality for plain remote procedure calls (RPC), a POJO alternative to RMI.

GroupId

GroupId

org.refcodes
ArtifactId

ArtifactId

refcodes-remoting
Version

Version

3.0.3
Type

Type

jar

Download refcodes-remoting 3.0.3


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