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