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