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