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