is not current version
Last Version 3.0.0.RELEASE

io.github.wanggit:antrpc 2.0.2.RELEASE

Another Tool for RPC

Categories

Categories

Ant Build Tools
GroupId

GroupId

io.github.wanggit
ArtifactId

ArtifactId

antrpc
Version

Version

2.0.2.RELEASE
Type

Type

pom

Download antrpc 2.0.2.RELEASE

Filename Size
antrpc-2.0.2.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.2.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.wanggit/antrpc/
implementation 'io.github.wanggit:antrpc:2.0.2.RELEASE'
// https://jarcasting.com/artifacts/io.github.wanggit/antrpc/
implementation ("io.github.wanggit:antrpc:2.0.2.RELEASE")
'io.github.wanggit:antrpc:pom:2.0.2.RELEASE'
<dependency org="io.github.wanggit" name="antrpc" rev="2.0.2.RELEASE">
  <artifact name="antrpc" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.wanggit', module='antrpc', version='2.0.2.RELEASE')
)
libraryDependencies += "io.github.wanggit" % "antrpc" % "2.0.2.RELEASE"
[io.github.wanggit/antrpc "2.0.2.RELEASE"]