Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.yamingd.qpush |
ArtifactId | ArtifactIdqpush-client |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
qpush-client-1.6.pom | |
qpush-client-1.6.jar | 18 KB |
qpush-client-1.6-sources.jar | 9 KB |
qpush-client-1.6-javadoc.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yamingd.qpush/qpush-client/ -->
<dependency>
<groupId>com.github.yamingd.qpush</groupId>
<artifactId>qpush-client</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yamingd.qpush/qpush-client/
implementation 'com.github.yamingd.qpush:qpush-client:1.6'
// https://jarcasting.com/artifacts/com.github.yamingd.qpush/qpush-client/
implementation ("com.github.yamingd.qpush:qpush-client:1.6")
'com.github.yamingd.qpush:qpush-client:jar:1.6'
<dependency org="com.github.yamingd.qpush" name="qpush-client" rev="1.6">
<artifact name="qpush-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yamingd.qpush', module='qpush-client', version='1.6')
)
libraryDependencies += "com.github.yamingd.qpush" % "qpush-client" % "1.6"
[com.github.yamingd.qpush/qpush-client "1.6"]