License |
License |
---|---|
GroupId | GroupIdcom.android9527.pushsdk |
ArtifactId | ArtifactIdpush |
Version | Version1.0.0 |
Type | Typeaar |
Description |
DescriptionPush Libraru
Android Push Library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
push-1.0.0.pom | |
push-1.0.0.apklib | 3 KB |
push-1.0.0-sources.jar | 790 bytes |
push-1.0.0-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.android9527.pushsdk/push/ -->
<dependency>
<groupId>com.android9527.pushsdk</groupId>
<artifactId>push</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.android9527.pushsdk/push/
implementation 'com.android9527.pushsdk:push:1.0.0'
// https://jarcasting.com/artifacts/com.android9527.pushsdk/push/
implementation ("com.android9527.pushsdk:push:1.0.0")
'com.android9527.pushsdk:push:aar:1.0.0'
<dependency org="com.android9527.pushsdk" name="push" rev="1.0.0">
<artifact name="push" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.android9527.pushsdk', module='push', version='1.0.0')
)
libraryDependencies += "com.android9527.pushsdk" % "push" % "1.0.0"
[com.android9527.pushsdk/push "1.0.0"]