GroupId | GroupIdcom.pushwoosh |
---|---|
ArtifactId | ArtifactIdpushwoosh |
Version | Version3.5.2 |
Type | Typejar |
Filename | Size |
---|---|
pushwoosh-3.5.2.pom | |
pushwoosh-3.5.2.jar | 324 KB |
pushwoosh-3.5.2-sources.jar | 341 bytes |
pushwoosh-3.5.2-javadoc.jar | 341 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.pushwoosh/pushwoosh/ -->
<dependency>
<groupId>com.pushwoosh</groupId>
<artifactId>pushwoosh</artifactId>
<version>3.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.pushwoosh/pushwoosh/
implementation 'com.pushwoosh:pushwoosh:3.5.2'
// https://jarcasting.com/artifacts/com.pushwoosh/pushwoosh/
implementation ("com.pushwoosh:pushwoosh:3.5.2")
'com.pushwoosh:pushwoosh:jar:3.5.2'
<dependency org="com.pushwoosh" name="pushwoosh" rev="3.5.2">
<artifact name="pushwoosh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pushwoosh', module='pushwoosh', version='3.5.2')
)
libraryDependencies += "com.pushwoosh" % "pushwoosh" % "3.5.2"
[com.pushwoosh/pushwoosh "3.5.2"]