Categories |
CategoriesReact User Interface Web Frameworks Native Development Tools |
---|---|
GroupId | GroupIdme.pushy |
ArtifactId | ArtifactIdsdk-react-native |
Version | Version1.0.14 |
Type | Typejar |
Filename | Size |
---|---|
sdk-react-native-1.0.14.pom | |
sdk-react-native-1.0.14.jar | 16 KB |
sdk-react-native-1.0.14-sources.jar | 261 bytes |
sdk-react-native-1.0.14-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.14</version>
</dependency>
// https://jarcasting.com/artifacts/me.pushy/sdk-react-native/
implementation 'me.pushy:sdk-react-native:1.0.14'
// https://jarcasting.com/artifacts/me.pushy/sdk-react-native/
implementation ("me.pushy:sdk-react-native:1.0.14")
'me.pushy:sdk-react-native:jar:1.0.14'
<dependency org="me.pushy" name="sdk-react-native" rev="1.0.14">
<artifact name="sdk-react-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.pushy', module='sdk-react-native', version='1.0.14')
)
libraryDependencies += "me.pushy" % "sdk-react-native" % "1.0.14"
[me.pushy/sdk-react-native "1.0.14"]