| License |
License |
|---|---|
| GroupId | GroupIdcom.github.leeyazhou |
| ArtifactId | ArtifactIdcrpc-rpc |
| Last Version | Last Version1.0.2.RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRPC framework
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| crpc-rpc-1.0.2.RELEASE.pom | |
| crpc-rpc-1.0.2.RELEASE.jar | 12 KB |
| crpc-rpc-1.0.2.RELEASE-sources.jar | 9 KB |
| crpc-rpc-1.0.2.RELEASE-javadoc.jar | 83 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-rpc/ -->
<dependency>
<groupId>com.github.leeyazhou</groupId>
<artifactId>crpc-rpc</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-rpc/
implementation 'com.github.leeyazhou:crpc-rpc:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-rpc/
implementation ("com.github.leeyazhou:crpc-rpc:1.0.2.RELEASE")
'com.github.leeyazhou:crpc-rpc:jar:1.0.2.RELEASE'
<dependency org="com.github.leeyazhou" name="crpc-rpc" rev="1.0.2.RELEASE">
<artifact name="crpc-rpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leeyazhou', module='crpc-rpc', version='1.0.2.RELEASE')
)
libraryDependencies += "com.github.leeyazhou" % "crpc-rpc" % "1.0.2.RELEASE"
[com.github.leeyazhou/crpc-rpc "1.0.2.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.leeyazhou : crpc-config-api | jar | 1.0.2.RELEASE |
| com.github.leeyazhou : crpc-registry-api | jar | 1.0.2.RELEASE |
| com.github.leeyazhou : crpc-transport-api | jar | 1.0.2.RELEASE |
| com.github.leeyazhou : crpc-transport-netty | jar | 1.0.2.RELEASE |
| org.javassist : javassist | jar | 3.21.0-GA |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 3.3.3 |