| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаio.github.wanggit |
| Идентификатор | Идентификаторantrpc |
| Версия | Версия2.0.0.RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| antrpc-2.0.0.RELEASE.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.wanggit/antrpc/ -->
<dependency>
<groupId>io.github.wanggit</groupId>
<artifactId>antrpc</artifactId>
<version>2.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.wanggit/antrpc/
implementation 'io.github.wanggit:antrpc:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.wanggit/antrpc/
implementation ("io.github.wanggit:antrpc:2.0.0.RELEASE")
'io.github.wanggit:antrpc:pom:2.0.0.RELEASE'
<dependency org="io.github.wanggit" name="antrpc" rev="2.0.0.RELEASE">
<artifact name="antrpc" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.wanggit', module='antrpc', version='2.0.0.RELEASE')
)
libraryDependencies += "io.github.wanggit" % "antrpc" % "2.0.0.RELEASE"
[io.github.wanggit/antrpc "2.0.0.RELEASE"]