GroupId | GroupIdcom.cleverpush |
---|---|
ArtifactId | ArtifactIdcleverpush |
Version | Version1.8.11 |
Type | Typeaar |
Filename | Size |
---|---|
cleverpush-1.8.11.pom | |
cleverpush-1.8.11.aar | 211 KB |
cleverpush-1.8.11-sources.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cleverpush/cleverpush/ -->
<dependency>
<groupId>com.cleverpush</groupId>
<artifactId>cleverpush</artifactId>
<version>1.8.11</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.cleverpush/cleverpush/
implementation 'com.cleverpush:cleverpush:1.8.11'
// https://jarcasting.com/artifacts/com.cleverpush/cleverpush/
implementation ("com.cleverpush:cleverpush:1.8.11")
'com.cleverpush:cleverpush:aar:1.8.11'
<dependency org="com.cleverpush" name="cleverpush" rev="1.8.11">
<artifact name="cleverpush" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.cleverpush', module='cleverpush', version='1.8.11')
)
libraryDependencies += "com.cleverpush" % "cleverpush" % "1.8.11"
[com.cleverpush/cleverpush "1.8.11"]