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