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