License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Native Development Tools |
GroupId | GroupIdme.pushy |
ArtifactId | ArtifactIdsdk-react-native |
Last Version | Last Version1.0.17 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsdk-react-native
The Pushy SDK for React Native (Android). Pushy is a reliable push notification gateway for time-sensitive, mission-critical apps.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sdk-react-native-1.0.17.pom | |
sdk-react-native-1.0.17.jar | 16 KB |
sdk-react-native-1.0.17-sources.jar | 261 bytes |
sdk-react-native-1.0.17-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/me.pushy/sdk-react-native/ -->
<dependency>
<groupId>me.pushy</groupId>
<artifactId>sdk-react-native</artifactId>
<version>1.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/me.pushy/sdk-react-native/
implementation 'me.pushy:sdk-react-native:1.0.17'
// https://jarcasting.com/artifacts/me.pushy/sdk-react-native/
implementation ("me.pushy:sdk-react-native:1.0.17")
'me.pushy:sdk-react-native:jar:1.0.17'
<dependency org="me.pushy" name="sdk-react-native" rev="1.0.17">
<artifact name="sdk-react-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.pushy', module='sdk-react-native', version='1.0.17')
)
libraryDependencies += "me.pushy" % "sdk-react-native" % "1.0.17"
[me.pushy/sdk-react-native "1.0.17"]