Last Version

crpc-parent 1.0.2.RELEASE

RPC framework

License

License

GroupId

GroupId

com.github.leeyazhou
ArtifactId

ArtifactId

crpc-parent
Version

Version

1.0.2.RELEASE
Type

Type

pom
Description

Description

crpc-parent
RPC framework
Project URL

Project URL

http://www.github.com/leeyazhou/crpc.git
Project Organization

Project Organization

crpc

Download crpc-parent 1.0.2.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-parent/ -->
<dependency>
    <groupId>com.github.leeyazhou</groupId>
    <artifactId>crpc-parent</artifactId>
    <version>1.0.2.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-parent/
implementation 'com.github.leeyazhou:crpc-parent:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-parent/
implementation ("com.github.leeyazhou:crpc-parent:1.0.2.RELEASE")
'com.github.leeyazhou:crpc-parent:pom:1.0.2.RELEASE'
<dependency org="com.github.leeyazhou" name="crpc-parent" rev="1.0.2.RELEASE">
  <artifact name="crpc-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.leeyazhou', module='crpc-parent', version='1.0.2.RELEASE')
)
libraryDependencies += "com.github.leeyazhou" % "crpc-parent" % "1.0.2.RELEASE"
[com.github.leeyazhou/crpc-parent "1.0.2.RELEASE"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 3.3.3

Project Modules

  • crpc-core
  • crpc-rpc
  • crpc-console
  • crpc-registry
  • crpc-bootstrap
  • crpc-transport
  • crpc-config
  • crpc-monitor
  • crpc-bom
  • crpc-codec
  • crpc-example