is not current version
Last Version 1.1.10

com.weibo:motan 0.2.3

A remote procedure call(RPC) framework for rapid development of high performance distributed services.

GroupId

GroupId

com.weibo
ArtifactId

ArtifactId

motan
Version

Version

0.2.3
Type

Type

pom

Download motan 0.2.3

Filename Size
motan-0.2.3.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/com.weibo/motan/ -->
<dependency>
    <groupId>com.weibo</groupId>
    <artifactId>motan</artifactId>
    <version>0.2.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.weibo/motan/
implementation 'com.weibo:motan:0.2.3'
// https://jarcasting.com/artifacts/com.weibo/motan/
implementation ("com.weibo:motan:0.2.3")
'com.weibo:motan:pom:0.2.3'
<dependency org="com.weibo" name="motan" rev="0.2.3">
  <artifact name="motan" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.weibo', module='motan', version='0.2.3')
)
libraryDependencies += "com.weibo" % "motan" % "0.2.3"
[com.weibo/motan "0.2.3"]