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