| Группа | Группаcom.github.houbb |
|---|---|
| Идентификатор | Идентификаторrpc-server |
| Версия | Версия0.1.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| rpc-server-0.1.3.pom | |
| rpc-server-0.1.3.jar | 14 KB |
| rpc-server-0.1.3-sources.jar | 13 KB |
| rpc-server-0.1.3-javadoc.jar | 115 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/rpc-server/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>rpc-server</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/rpc-server/
implementation 'com.github.houbb:rpc-server:0.1.3'
// https://jarcasting.com/artifacts/com.github.houbb/rpc-server/
implementation ("com.github.houbb:rpc-server:0.1.3")
'com.github.houbb:rpc-server:jar:0.1.3'
<dependency org="com.github.houbb" name="rpc-server" rev="0.1.3">
<artifact name="rpc-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='rpc-server', version='0.1.3')
)
libraryDependencies += "com.github.houbb" % "rpc-server" % "0.1.3"
[com.github.houbb/rpc-server "0.1.3"]