| Группа | Группаcom.qunar.qmq |
|---|---|
| Идентификатор | Идентификаторqmq |
| Версия | Версия1.1.25 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| qmq-1.1.25.pom | |
| qmq-1.1.25.jar | 390 KB |
| qmq-1.1.25-sources.jar | 277 KB |
| qmq-1.1.25-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.qunar.qmq/qmq/ -->
<dependency>
<groupId>com.qunar.qmq</groupId>
<artifactId>qmq</artifactId>
<version>1.1.25</version>
</dependency>
// https://jarcasting.com/artifacts/com.qunar.qmq/qmq/
implementation 'com.qunar.qmq:qmq:1.1.25'
// https://jarcasting.com/artifacts/com.qunar.qmq/qmq/
implementation ("com.qunar.qmq:qmq:1.1.25")
'com.qunar.qmq:qmq:jar:1.1.25'
<dependency org="com.qunar.qmq" name="qmq" rev="1.1.25">
<artifact name="qmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qunar.qmq', module='qmq', version='1.1.25')
)
libraryDependencies += "com.qunar.qmq" % "qmq" % "1.1.25"
[com.qunar.qmq/qmq "1.1.25"]