Last Version

Simple-RPC 1.0

Yet another rpc based on netty

License

License

GroupId

GroupId

com.github.liuzhengyang
ArtifactId

ArtifactId

simple-rpc
Version

Version

1.0
Type

Type

pom
Description

Description

Simple-RPC
Yet another rpc based on netty
Project URL

Project URL

https://github.com/liuzhengyang/simple-rpc
Source Code Management

Source Code Management

https://github.com/liuzhengyang/simple-rpc/tree/master

Download simple-rpc 1.0

Filename Size
simple-rpc-1.0.pom 3 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • simple-core
  • simple-example