x

xrpc

一个基于Netty的RPC框架
https://www.nexusy.com
The Apache License, Version 2.0
Lan
Files download
File Operation
xrpc-2.1.0.jar download
xrpc-2.1.0.pom download
xrpc-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.nexusy</groupId>
  <artifactId>xrpc</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.nexusy:xrpc:2.1.0'
Gradle Kotlin
implementation("com.nexusy:xrpc:2.1.0")
Scala SBT
libraryDependencies += "com.nexusy" % "xrpc" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.nexusy', module='xrpc', version='2.1.0')
)
Apache Ivy
<dependency org="com.nexusy" name="xrpc" rev="2.1.0" />
Leiningen
[com.nexusy/xrpc "2.1.0"]
Apache Buildr
'com.nexusy:xrpc:jar:2.1.0'