x

xxl-rpc-core

A high performance, distributed RPC framework.
http://www.xuxueli.com/
Files download
File Operation
xxl-rpc-core-1.2.1.jar download
xxl-rpc-core-1.2.1.pom download
xxl-rpc-core-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.xuxueli</groupId>
  <artifactId>xxl-rpc-core</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.xuxueli:xxl-rpc-core:1.2.1'
Gradle Kotlin
implementation("com.xuxueli:xxl-rpc-core:1.2.1")
Scala SBT
libraryDependencies += "com.xuxueli" % "xxl-rpc-core" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.xuxueli', module='xxl-rpc-core', version='1.2.1')
)
Apache Ivy
<dependency org="com.xuxueli" name="xxl-rpc-core" rev="1.2.1" />
Leiningen
[com.xuxueli/xxl-rpc-core "1.2.1"]
Apache Buildr
'com.xuxueli:xxl-rpc-core:jar:1.2.1'