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