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