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