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