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