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