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

org.refcodes:refcodes-remoting 0.1.0

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

Группа

Группа

org.refcodes
Идентификатор

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

refcodes-remoting
Версия

Версия

0.1.0
Тип

Тип

jar

Скачать refcodes-remoting 0.1.0


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