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