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