is not current version
Last Version 1.1.10

com.weibo:motan 0.0.1

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

GroupId

GroupId

com.weibo
ArtifactId

ArtifactId

motan
Version

Version

0.0.1
Type

Type

pom

Download motan 0.0.1

Filename Size
motan-0.0.1.pom 8 KB
Browse

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