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