GroupId | GroupIdcom.pushwoosh |
---|---|
ArtifactId | ArtifactIdpushwoosh-firebase |
Version | Version6.0.6 |
Type | Typeaar |
Filename | Size |
---|---|
pushwoosh-firebase-6.0.6.pom | |
pushwoosh-firebase-6.0.6.aar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pushwoosh/pushwoosh-firebase/ -->
<dependency>
<groupId>com.pushwoosh</groupId>
<artifactId>pushwoosh-firebase</artifactId>
<version>6.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.pushwoosh/pushwoosh-firebase/
implementation 'com.pushwoosh:pushwoosh-firebase:6.0.6'
// https://jarcasting.com/artifacts/com.pushwoosh/pushwoosh-firebase/
implementation ("com.pushwoosh:pushwoosh-firebase:6.0.6")
'com.pushwoosh:pushwoosh-firebase:aar:6.0.6'
<dependency org="com.pushwoosh" name="pushwoosh-firebase" rev="6.0.6">
<artifact name="pushwoosh-firebase" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.pushwoosh', module='pushwoosh-firebase', version='6.0.6')
)
libraryDependencies += "com.pushwoosh" % "pushwoosh-firebase" % "6.0.6"
[com.pushwoosh/pushwoosh-firebase "6.0.6"]