GroupId | GroupIdcom.capacitorjs |
---|---|
ArtifactId | ArtifactIdpush-notifications |
Version | Version1.0.6 |
Type | Typeaar |
Filename | Size |
---|---|
push-notifications-1.0.6.pom | |
push-notifications-1.0.6-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.capacitorjs/push-notifications/ -->
<dependency>
<groupId>com.capacitorjs</groupId>
<artifactId>push-notifications</artifactId>
<version>1.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.capacitorjs/push-notifications/
implementation 'com.capacitorjs:push-notifications:1.0.6'
// https://jarcasting.com/artifacts/com.capacitorjs/push-notifications/
implementation ("com.capacitorjs:push-notifications:1.0.6")
'com.capacitorjs:push-notifications:aar:1.0.6'
<dependency org="com.capacitorjs" name="push-notifications" rev="1.0.6">
<artifact name="push-notifications" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.capacitorjs', module='push-notifications', version='1.0.6')
)
libraryDependencies += "com.capacitorjs" % "push-notifications" % "1.0.6"
[com.capacitorjs/push-notifications "1.0.6"]