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.1.6.pom download
Apache Maven
<dependency>
  <groupId>com.weibo</groupId>
  <artifactId>motan</artifactId>
  <version>1.1.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.weibo:motan:1.1.6'
Gradle Kotlin
implementation("com.weibo:motan:1.1.6")
Scala SBT
libraryDependencies += "com.weibo" % "motan" % "1.1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.weibo', module='motan', version='1.1.6')
)
Apache Ivy
<dependency org="com.weibo" name="motan" rev="1.1.6" />
Leiningen
[com.weibo/motan "1.1.6"]
Apache Buildr
'com.weibo:motan:jar:1.1.6'