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