is not current version
Last Version 1.1.10

com.weibo:motan 1.1.5

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

GroupId

GroupId

com.weibo
ArtifactId

ArtifactId

motan
Version

Version

1.1.5
Type

Type

pom

Download motan 1.1.5

Filename Size
motan-1.1.5.pom 9 KB
Browse

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