| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.github.jingshouyan |
| Идентификатор | Идентификаторj-rpc-test-client |
| Версия | Версия0.6.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| j-rpc-test-client-0.6.7.pom | |
| j-rpc-test-client-0.6.7.jar | 48 KB |
| j-rpc-test-client-0.6.7-sources.jar | 26 KB |
| j-rpc-test-client-0.6.7-javadoc.jar | 204 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.jingshouyan/j-rpc-test-client/ -->
<dependency>
<groupId>com.github.jingshouyan</groupId>
<artifactId>j-rpc-test-client</artifactId>
<version>0.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jingshouyan/j-rpc-test-client/
implementation 'com.github.jingshouyan:j-rpc-test-client:0.6.7'
// https://jarcasting.com/artifacts/com.github.jingshouyan/j-rpc-test-client/
implementation ("com.github.jingshouyan:j-rpc-test-client:0.6.7")
'com.github.jingshouyan:j-rpc-test-client:jar:0.6.7'
<dependency org="com.github.jingshouyan" name="j-rpc-test-client" rev="0.6.7">
<artifact name="j-rpc-test-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jingshouyan', module='j-rpc-test-client', version='0.6.7')
)
libraryDependencies += "com.github.jingshouyan" % "j-rpc-test-client" % "0.6.7"
[com.github.jingshouyan/j-rpc-test-client "0.6.7"]