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