GroupId | GroupIdcom.github.liuyehcf |
---|---|
ArtifactId | ArtifactIdrpc-ares |
Version | Version1.0.8 |
Type | Typejar |
Filename | Size |
---|---|
rpc-ares-1.0.8.pom | |
rpc-ares-1.0.8.jar | 45 KB |
rpc-ares-1.0.8-sources.jar | 22 KB |
rpc-ares-1.0.8-javadoc.jar | 220 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.liuyehcf/rpc-ares/ -->
<dependency>
<groupId>com.github.liuyehcf</groupId>
<artifactId>rpc-ares</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuyehcf/rpc-ares/
implementation 'com.github.liuyehcf:rpc-ares:1.0.8'
// https://jarcasting.com/artifacts/com.github.liuyehcf/rpc-ares/
implementation ("com.github.liuyehcf:rpc-ares:1.0.8")
'com.github.liuyehcf:rpc-ares:jar:1.0.8'
<dependency org="com.github.liuyehcf" name="rpc-ares" rev="1.0.8">
<artifact name="rpc-ares" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuyehcf', module='rpc-ares', version='1.0.8')
)
libraryDependencies += "com.github.liuyehcf" % "rpc-ares" % "1.0.8"
[com.github.liuyehcf/rpc-ares "1.0.8"]