GroupId | GroupIdcom.capacitorjs |
---|---|
ArtifactId | ArtifactIdpush-notifications |
Version | Version1.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
push-notifications-1.0.4.pom | |
push-notifications-1.0.4-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.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.capacitorjs/push-notifications/
implementation 'com.capacitorjs:push-notifications:1.0.4'
// https://jarcasting.com/artifacts/com.capacitorjs/push-notifications/
implementation ("com.capacitorjs:push-notifications:1.0.4")
'com.capacitorjs:push-notifications:aar:1.0.4'
<dependency org="com.capacitorjs" name="push-notifications" rev="1.0.4">
<artifact name="push-notifications" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.capacitorjs', module='push-notifications', version='1.0.4')
)
libraryDependencies += "com.capacitorjs" % "push-notifications" % "1.0.4"
[com.capacitorjs/push-notifications "1.0.4"]