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