| GroupId | GroupIdcom.qunar.qmq |
|---|---|
| ArtifactId | ArtifactIdqmq-common |
| Version | Version1.1.16 |
| Type | Typejar |
| Filename | Size |
|---|---|
| qmq-common-1.1.16.pom | |
| qmq-common-1.1.16.jar | 104 KB |
| qmq-common-1.1.16-sources.jar | 74 KB |
| qmq-common-1.1.16-javadoc.jar | 476 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.qunar.qmq/qmq-common/ -->
<dependency>
<groupId>com.qunar.qmq</groupId>
<artifactId>qmq-common</artifactId>
<version>1.1.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.qunar.qmq/qmq-common/
implementation 'com.qunar.qmq:qmq-common:1.1.16'
// https://jarcasting.com/artifacts/com.qunar.qmq/qmq-common/
implementation ("com.qunar.qmq:qmq-common:1.1.16")
'com.qunar.qmq:qmq-common:jar:1.1.16'
<dependency org="com.qunar.qmq" name="qmq-common" rev="1.1.16">
<artifact name="qmq-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qunar.qmq', module='qmq-common', version='1.1.16')
)
libraryDependencies += "com.qunar.qmq" % "qmq-common" % "1.1.16"
[com.qunar.qmq/qmq-common "1.1.16"]