xrpc

一个基于Netty的RPC框架

License

License

GroupId

GroupId

com.nexusy
ArtifactId

ArtifactId

xrpc
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

xrpc
一个基于Netty的RPC框架

Download xrpc

How to add to project

<!-- https://jarcasting.com/artifacts/com.nexusy/xrpc/ -->
<dependency>
    <groupId>com.nexusy</groupId>
    <artifactId>xrpc</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nexusy/xrpc/
implementation 'com.nexusy:xrpc:2.1.0'
// https://jarcasting.com/artifacts/com.nexusy/xrpc/
implementation ("com.nexusy:xrpc:2.1.0")
'com.nexusy:xrpc:jar:2.1.0'
<dependency org="com.nexusy" name="xrpc" rev="2.1.0">
  <artifact name="xrpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nexusy', module='xrpc', version='2.1.0')
)
libraryDependencies += "com.nexusy" % "xrpc" % "2.1.0"
[com.nexusy/xrpc "2.1.0"]

Dependencies

compile (9)

Group / Artifact Type Version
io.netty : netty-all jar 4.1.15.Final
org.apache.commons : commons-pool2 jar 2.4.2
com.fasterxml.jackson.core : jackson-core Optional jar 2.9.1
com.fasterxml.jackson.core : jackson-databind Optional jar 2.9.1
com.fasterxml.jackson.core : jackson-annotations Optional jar 2.9.1
org.apache.avro : avro Optional jar 1.8.1
com.bullyun » cloud-core Optional jar 1.0.0
org.apache.logging.log4j : log4j-api jar 2.9.0
org.apache.logging.log4j : log4j-core jar 2.9.0

provided (2)

Group / Artifact Type Version
org.apache.tomcat : tomcat-servlet-api Optional jar 7.0.55
org.springframework : spring-context jar 4.3.5.RELEASE

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.0
2.0.1
2.0.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0