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