не последняя версия
Последняя версия 1.1.10

com.weibo:motan 1.1.2

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

Группа

Группа

com.weibo
Идентификатор

Идентификатор

motan
Версия

Версия

1.1.2
Тип

Тип

pom

Скачать motan 1.1.2

Имя Файла Размер
motan-1.1.2.pom 9 KB
Обзор

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