| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.refcodes |
| Идентификатор | Идентификаторrefcodes-remoting |
| Версия | Версия2.1.1 |
| Тип | Типjar |
| Описание |
Описаниеorg.refcodes:refcodes-remoting
Artifact with proxy functionality for plain remote procedure calls
(RPC), a POJO alternative to RMI.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| refcodes-remoting-2.1.1.pom | |
| refcodes-remoting-2.1.1.jar | 74 KB |
| refcodes-remoting-2.1.1-tests.jar | 9 KB |
| refcodes-remoting-2.1.1-test-sources.jar | 8 KB |
| refcodes-remoting-2.1.1-sources.jar | 75 KB |
| refcodes-remoting-2.1.1-javadoc.jar | 351 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-remoting/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-remoting</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-remoting/
implementation 'org.refcodes:refcodes-remoting:2.1.1'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-remoting/
implementation ("org.refcodes:refcodes-remoting:2.1.1")
'org.refcodes:refcodes-remoting:jar:2.1.1'
<dependency org="org.refcodes" name="refcodes-remoting" rev="2.1.1">
<artifact name="refcodes-remoting" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-remoting', version='2.1.1')
)
libraryDependencies += "org.refcodes" % "refcodes-remoting" % "2.1.1"
[org.refcodes/refcodes-remoting "2.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.refcodes : refcodes-io-ext-observer | jar | 2.1.1 |
| org.refcodes : refcodes-generator | jar | 2.1.1 |
| org.refcodes : refcodes-logger | jar | 2.1.1 |
| org.refcodes : refcodes-licensing | jar | 2.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.refcodes : refcodes-logger-alt-console | jar | 2.1.1 |
| org.junit.jupiter : junit-jupiter | jar | 5.5.2 |