m

motan

A remote procedure call(RPC) framework for rapid development of high performance distributed services.
https://github.com/weibocom/motan
The Apache License, Version 2.0
Ray Axb
Files download
File Operation
motan-1.2.4.pom download
Apache Maven
<dependency>
  <groupId>com.weibo</groupId>
  <artifactId>motan</artifactId>
  <version>1.2.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.weibo:motan:1.2.4'
Gradle Kotlin
implementation("com.weibo:motan:1.2.4")
Scala SBT
libraryDependencies += "com.weibo" % "motan" % "1.2.4"
Groovy Grape
@Grapes(
  @Grab(group='com.weibo', module='motan', version='1.2.4')
)
Apache Ivy
<dependency org="com.weibo" name="motan" rev="1.2.4" />
Leiningen
[com.weibo/motan "1.2.4"]
Apache Buildr
'com.weibo:motan:jar:1.2.4'