GroupId | GroupIdcom.github.liuyehcf |
---|---|
ArtifactId | ArtifactIdrpc-ares |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
rpc-ares-1.0.7.pom | |
rpc-ares-1.0.7.jar | 45 KB |
rpc-ares-1.0.7-sources.jar | 22 KB |
rpc-ares-1.0.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuyehcf/rpc-ares/
implementation 'com.github.liuyehcf:rpc-ares:1.0.7'
// https://jarcasting.com/artifacts/com.github.liuyehcf/rpc-ares/
implementation ("com.github.liuyehcf:rpc-ares:1.0.7")
'com.github.liuyehcf:rpc-ares:jar:1.0.7'
<dependency org="com.github.liuyehcf" name="rpc-ares" rev="1.0.7">
<artifact name="rpc-ares" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuyehcf', module='rpc-ares', version='1.0.7')
)
libraryDependencies += "com.github.liuyehcf" % "rpc-ares" % "1.0.7"
[com.github.liuyehcf/rpc-ares "1.0.7"]