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