| Группа | Группаcom.weibo |
|---|---|
| Идентификатор | Идентификаторmotan |
| Версия | Версия1.1.2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| 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"]