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