License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.yamingd.qpush |
ArtifactId | ArtifactIdqpush-client |
Version | Version1.7 |
Type | Typejar |
Description |
DescriptionQPush Client
QPush
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
qpush-client-1.7.pom | |
qpush-client-1.7.jar | 18 KB |
qpush-client-1.7-sources.jar | 9 KB |
qpush-client-1.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yamingd.qpush/qpush-client/
implementation 'com.github.yamingd.qpush:qpush-client:1.7'
// https://jarcasting.com/artifacts/com.github.yamingd.qpush/qpush-client/
implementation ("com.github.yamingd.qpush:qpush-client:1.7")
'com.github.yamingd.qpush:qpush-client:jar:1.7'
<dependency org="com.github.yamingd.qpush" name="qpush-client" rev="1.7">
<artifact name="qpush-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yamingd.qpush', module='qpush-client', version='1.7')
)
libraryDependencies += "com.github.yamingd.qpush" % "qpush-client" % "1.7"
[com.github.yamingd.qpush/qpush-client "1.7"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 17.0 |
io.netty : netty-all | jar | 4.0.15.Final |
ch.qos.logback : logback-classic | jar | 1.0.13 |
org.apache.commons : commons-lang3 | jar | 3.3.2 |
org.slf4j : jul-to-slf4j | jar | 1.5.11 |
org.msgpack : msgpack | jar | 0.6.11 |
com.google.protobuf : protobuf-java | jar | 2.5.0 |
com.google.code.gson : gson | jar | 2.2.4 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |