GroupId | GroupIdcom.moengage |
---|---|
ArtifactId | ArtifactIdpushbase |
Version | Version4.3.01 |
Type | Typeaar |
Filename | Size |
---|---|
pushbase-4.3.01.pom | |
pushbase-4.3.01-sources.jar | 92 KB |
pushbase-4.3.01-javadoc.jar | 835 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moengage/pushbase/ -->
<dependency>
<groupId>com.moengage</groupId>
<artifactId>pushbase</artifactId>
<version>4.3.01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.moengage/pushbase/
implementation 'com.moengage:pushbase:4.3.01'
// https://jarcasting.com/artifacts/com.moengage/pushbase/
implementation ("com.moengage:pushbase:4.3.01")
'com.moengage:pushbase:aar:4.3.01'
<dependency org="com.moengage" name="pushbase" rev="4.3.01">
<artifact name="pushbase" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.moengage', module='pushbase', version='4.3.01')
)
libraryDependencies += "com.moengage" % "pushbase" % "4.3.01"
[com.moengage/pushbase "4.3.01"]