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