не последняя версия
Последняя версия 1.2

com.github.rjolly:remote4j 1.1

Thin functional layer on top of RMI.

Группа

Группа

com.github.rjolly
Идентификатор

Идентификатор

remote4j
Версия

Версия

1.1
Тип

Тип

jar

Скачать 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"]