| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторrpc |
| Последняя версия | Последняя версия0.2.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеRPC
The remote process call framework.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| rpc-0.2.2.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/rpc/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>rpc</artifactId>
<version>0.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/rpc/
implementation 'com.github.houbb:rpc:0.2.2'
// https://jarcasting.com/artifacts/com.github.houbb/rpc/
implementation ("com.github.houbb:rpc:0.2.2")
'com.github.houbb:rpc:pom:0.2.2'
<dependency org="com.github.houbb" name="rpc" rev="0.2.2">
<artifact name="rpc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='rpc', version='0.2.2')
)
libraryDependencies += "com.github.houbb" % "rpc" % "0.2.2"
[com.github.houbb/rpc "0.2.2"]