is not current version
Last Version 1.2

com.github.rjolly:remote4j 1.1

Thin functional layer on top of RMI.

GroupId

GroupId

com.github.rjolly
ArtifactId

ArtifactId

remote4j
Version

Version

1.1
Type

Type

jar

Download remote4j 1.1


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