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