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