| License |
License |
|---|---|
| GroupId | GroupIdcom.github.iancao |
| ArtifactId | ArtifactIdcaoyx-rpc |
| Version | Version1.0.0 |
| Type | Typepom |
| Description |
DescriptionCaoyxRpc
HP,HA distributed RPC framework Based on Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| caoyx-rpc-1.0.0.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.iancao/caoyx-rpc/ -->
<dependency>
<groupId>com.github.iancao</groupId>
<artifactId>caoyx-rpc</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.iancao/caoyx-rpc/
implementation 'com.github.iancao:caoyx-rpc:1.0.0'
// https://jarcasting.com/artifacts/com.github.iancao/caoyx-rpc/
implementation ("com.github.iancao:caoyx-rpc:1.0.0")
'com.github.iancao:caoyx-rpc:pom:1.0.0'
<dependency org="com.github.iancao" name="caoyx-rpc" rev="1.0.0">
<artifact name="caoyx-rpc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.iancao', module='caoyx-rpc', version='1.0.0')
)
libraryDependencies += "com.github.iancao" % "caoyx-rpc" % "1.0.0"
[com.github.iancao/caoyx-rpc "1.0.0"]