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