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