Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.github.wanggit |
ArtifactId | ArtifactIdantrpc |
Version | Version2.0.0.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
antrpc-2.0.0.RELEASE.pom | 7 KB |
Browse |
<!-- 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"]