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