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