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