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